[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ylabel kills plot?
From: |
Matthias Brennwald |
Subject: |
ylabel kills plot? |
Date: |
Thu, 23 Jul 2009 09:28:10 +0200 |
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
- ylabel kills plot?,
Matthias Brennwald <=