help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.2.4 on Ubuntu 11.10 cannot output greek letters


From: indium
Subject: Re: Octave 3.2.4 on Ubuntu 11.10 cannot output greek letters
Date: Tue, 22 Nov 2011 14:23:26 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Nov 18, 2011 at 08:39:42PM -0800, ayztj wrote:
> I use xlabel('\theta'), the output is a letter q instead of the greek letter
> theta. Anyone else has the same problem? How to solve it?
> 
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Octave-3-2-4-on-Ubuntu-11-10-cannot-output-greek-letters-tp4085656p4085656.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

look at the properties of either the figure or the axes: get(gcf())  or
get(gca()). 
There's somewhere a property 'interpreter', which should be 'tex' and
not 'none'. 'tex' means that Tex processes the text of your xlabel()
command. 

Another thing is that your graphics backend should support it. I know
that gnuplot can do it; other probably as well.




reply via email to

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