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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31468] multi-line text objects
Date: Sun, 14 Aug 2011 02:24:13 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1

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

the {x,y,z}label objects are text objects. I think it is sufficient that their
"string" property be of the new class.

AFAIK, the only properties that need the new class are text.string and
axes.{x,y.z}ticklabels

With ML, the passing (1:2) to title(), xlabel(), ylabel(), and zlabel()
produces 2 lines with "1" and "2". The string property value for these text
objects is ["1";"2"]. Passing {1,"2"} produces the same visual result. In this
case the string is a cellstr with the value is {"1", "2"}.



    _______________________________________________________

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]