help-octave
[Top][All Lists]
Advanced

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

muliple graphs in different frames


From: YoonJung
Subject: muliple graphs in different frames
Date: Thu, 13 Jul 2000 18:40:22 -0600

Is there any way the muliple graphs are displayed into differnet frames?

My gnuplot support multiple frames.

It seems to me that frame can have only graph. If another graph is made
to displayed into same frame"(figure)", the previous one is gone. How
can octave "hold" multiple graphs in one frame?

This is "pseudo code"

figure(1)
multiplot(4,4)
mplot(t,y2,"1")
mplot(t,y3,"2")
figure(2)
mplot(t,y4,"3")
figure(1)
* graph y5 is generated.
mplot(t,y5,"4")

The result is the figure 1 only have the graph 5.

Thanks!








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

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



reply via email to

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