help-octave
[Top][All Lists]
Advanced

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

Re: Label in plot


From: asha g
Subject: Re: Label in plot
Date: Tue, 2 Oct 2012 18:21:26 +0800 (SGT)


 
 
 
 

Gnuplot
Octave 3.2
 
 
 
 
 
Goals too clearly defined can become blinkers.
Mary Catherine Bateson


From: Andy Buckle <address@hidden>
To: asha g <address@hidden>
Cc: "address@hidden" <address@hidden>; "address@hidden" <address@hidden>
Sent: Tuesday, 2 October 2012 3:47 PM
Subject: Re: Label in plot

On 2 October 2012 11:02, asha g <address@hidden> wrote:
>
>  I have a plot which has to be labelled X(lambda) in the x axis.
>
> I wrote
>
> xlabel ('X(\lambda)',"fontsize",20)
>
> But I get a gibberish symbol instead of X. The lambda comes out correctly.
>
> Please help.
> Thanks
> Asha

In MSVC built Octave 3.6.2

graphics_toolkit gnuplot
plot([0 1],[0 1])
xlabel ('X(\lambda)',"fontsize",20)

Works for me. Maybe try a different font? We will probably need more
on your version, system and graphics toolkit.

--
/* andy buckle */





reply via email to

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