help-octave
[Top][All Lists]
Advanced

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

Re: 2 simultaneous gsplot at different angles


From: Henry F. Mollet
Subject: Re: 2 simultaneous gsplot at different angles
Date: Tue, 17 Aug 2004 10:16:22 -0700
User-agent: Microsoft-Entourage/10.1.1.2418

Multiplot will allow any combination of sub-plots, including two sub-plots
side by side. But they would be plotted one after the other, not
simultaneously.
Henry 


on 8/16/04 1:07 PM, Brian Stephanson at address@hidden wrote:

> is there a way to use gsplot to map out 2 data
> simultaneously at different angles?
> 
> octave:11> test=rand(3,6)
> octave:12> gsplot(test)
> octave:13> gset view 20,50,1,1
> octave:14> gsplot(test)
> 
> I'd like to plot lines 12 and 14 simultaneously side
> by side, if possible.
> 
> thank you
> 
> 
> Tomy-
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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