help-octave
[Top][All Lists]
Advanced

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

Re: Turn off TeX for legend labels


From: andy buckle
Subject: Re: Turn off TeX for legend labels
Date: Wed, 15 Apr 2009 01:07:28 -0700 (PDT)


Ivan Sutoris wrote:
> 
> lh = plot(1:5) % returns handle to line object
> legend('\xi')
> set(lh, 'interpreter', 'none')
> 
> Regards
> Ivan Sutoris
> 

plot(X, Y, 'b','interpreter','none')

Similar to Ivan's advice, this is stopping rendering of Greek, but I am
still getting subscripts from underscores.

-- 
View this message in context: 
http://www.nabble.com/Turn-off-TeX-for-legend-labels-tp23044064p23054580.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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