octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31468] multi-line text objects


From: Vanya Sergeev
Subject: [Octave-bug-tracker] [bug #31468] multi-line text objects
Date: Fri, 12 Aug 2011 17:28:19 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1

Follow-up Comment #22, bug #31468 (project octave):

I applied your patch Ben, taking into account rev2 of mine. Nice! all of these
are working as expected with gnuplot:


octave:7> set(get(gca(), "title"), "string", "hello world")
octave:8> set(get(gca(), "title"), "string", ["line 1"; "line 2"])
octave:9> set(get(gca(), "title"), "string", {"line 1"; "line 2"})
octave:10> set(get(gca(), "title"), "string", {"line 1"; "line 2"; "line 3"})
octave:11> set(get(gca(), "title"), "string", {})

octave:18> set(get(gca(), "xlabel"), "string", {"abc", "def"})
octave:19> set(get(gca(), "ylabel"), "string", ["abc"; "def"; "ghi"])
octave:20> set(get(gca(), "ylabel"), "string", [])


(I omitted the "skipping missing glyph messages" for clarity).

Thanks,
~vsergeev


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31468>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]