ylabel kills plot?
Matthias Brennwald
matthias at brennwald.org
Thu Jul 23 02:28:10 CDT 2009
Dear All
Consider the following code:
-------
plot (rand(1,10));
xlabel ('x-label','fontsize',22);
ylabel ('y-label','fontsize',22);
-------
For some reason, this does not produce the expected plot. I just get
an empty plot window. If I omit the 'fontsize',22 part, everything
works as expected. What am I doing wrong?
(This is on Mac OS X with Octave 3.2.0 and gnuplot 4.2 patchlevel 5,
both from MacPorts.)
Matthias
----
Matthias Brennwald, Käferholzstrasse 173, CH-8046 Zürich, +41 44 364
17 03
More information about the Help-octave
mailing list