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 */