help-octave
[Top][All Lists]
Advanced

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

subplot and clf/clg broken on 2.1.57?


From: Fredrik Lingvall
Subject: subplot and clf/clg broken on 2.1.57?
Date: Fri, 23 Apr 2004 16:13:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040130

When I do for example,

figure(1)
subplot(3,1,1)
plot(randn(100,1))
subplot(3,1,2)
plot(randn(100,1))
subplot(3,1,3)
plot(randn(100,1))

the second subplot contains the axis and data from also the first one.
The  the third subplot plots all three of them.

Also, clf (from octave-forge) and clg only removes the labels, legends, and grid but not the data from the plot. gnuplot also starts to plot in 'dot'-mode after a clf/clg.

Fredrik



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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