help-octave
[Top][All Lists]
Advanced

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

Re: Plotting issues: arrows and label font size


From: rpf
Subject: Re: Plotting issues: arrows and label font size
Date: Thu, 12 Nov 2009 13:33:36 +0100

> Second: axis label sizes.  I think I'm doing the right thing by setting
>
>  xlabel('X','fontsize',16)
>
> ... but although getting the properties of the label with get() reveals
> the fontsize value has been set correctly, when I use the print command
> to output an EPS file the font size is not changed.  Is it me or Octave
> who is doing things wrong? :-P


I use

xlabel("X","fontsize", 16)
print -deps -F:10 foo.eps

and that works well. It prints the xlabel with font size 16 and the
values on the axes in font size 10. (at least for octave 3.0, gnuplot
4.5 using wxt terminal)



reply via email to

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