help-octave
[Top][All Lists]
Advanced

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

figure and subplot


From: Colin Reveley
Subject: figure and subplot
Date: Wed, 25 Aug 2004 14:06:16 +0100

Hi. Apologies if this info can be found elsewhere on the list. I coudn't
find it.

I want to make two figures, each with a subplot in it.

I do:

subplot(3,2,1)
plot(blah)
subplot(3,2,2)
plot(blah)
etc

figure(2)

subplot(3,2,1)
plot(blah)
subplot(3,2,2)
plot(blah)
etc


the trouble is that the first figure now loses all its subplots. How do
I prevent that from happening?


I am using gnuplot 3.7, octave 2.1.55. Both were packages that came with
the SuSE 9.1 distro

thanks for any help anyone might have,

Colin



-------------------------------------------------------------
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]