help-octave
[Top][All Lists]
Advanced

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

AW: muliple graphs in different frames


From: Matz Katja (K5/ESK5)
Subject: AW: muliple graphs in different frames
Date: Fri, 14 Jul 2000 16:50:47 +0200

The regular way is to set "hold on/off" for keeping graphs, but with your
changing of figures I get double outputs in both windows (octave2.0.14). I
usually create figures completely one after another.
Katja

> -----Ursprüngliche Nachricht-----
> Von:  YoonJung [SMTP:address@hidden
> Gesendet am:  Freitag, 14. Juli 2000 02:40
> An:   address@hidden
> Betreff:      muliple graphs in different frames
> 
> 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
> -----------------------------------------------------------------------



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