help-octave
[Top][All Lists]
Advanced

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

Re: problem with greek caracters while ploting


From: Przemek Klosowski
Subject: Re: problem with greek caracters while ploting
Date: Wed, 8 Apr 2015 11:50:33 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 04/08/2015 10:31 AM, Mehdi Daakir wrote:
Thank you for your answer.
I tried as you said, but still have the same problem ...

I am running Octave 3.8.2 on Fedora 21. I give it a command line of

    title(sprintf('\\sigma = %3f',16))

and I see a FLTK plot with title containing a Greek letter 'sigma'. When I change the graphics toolkit to gnuplot:

    graphics_toolkit('gnuplot')
    title(sprintf('\\sigma = %3f',16))

I do not get the Greek character, but instead a simple letter 's'

Can you exactly describe what Octave configuration you're running, what input you're giving it and what is the result?

reply via email to

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