[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Label in plot
From: |
Andy Buckle |
Subject: |
Re: Label in plot |
Date: |
Tue, 2 Oct 2012 11:17:31 +0100 |
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 */