help-octave
[Top][All Lists]
Advanced

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

Re: Unable to display multiline text


From: ahowe42
Subject: Re: Unable to display multiline text
Date: Wed, 22 Feb 2012 04:38:37 -0800 (PST)

Ben

I can confirm on my Ubuntu 11.10 octave 3.4.3 setup the multiline text is
also not working.  I ran

 clf
 axis ([0 8 0 8]);
 title (["1st title";"2nd title"]);
 xlabel (["1st xlabel";"2nd xlabel"]);
 ylabel (["1st ylabel";"2nd ylabel"]);
 text (4, 4, {"Hello", "World"}, ...
       "horizontalalignment", "center", ...
       "verticalalignment", "middle");
 grid on

and got

error: text: dimension mismatch for coordinates and LABEL
error: called from:
error:   /usr/local/share/octave/3.4.3/m/plot/text.m at line 91, column 9

the plot title only had the first line.  I have gnuplot 1.0.1 loaded, as
well as plot 1.1.0.

Andrew

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Unable-to-display-multiline-text-tp4407599p4410163.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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