help-octave
[Top][All Lists]
Advanced

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

Re: multiplot; how 2 use


From: Henry F. Mollet
Subject: Re: multiplot; how 2 use
Date: Wed, 04 Jun 2003 11:04:48 -0700
User-agent: Microsoft-Entourage/10.1.1.2418

octave:21> gset term aqua 1
This will put the next plot in a new window with header "Figure 1". First
plot window (default) has header "Figure 0" on Mac X  with Aqua terminal for
graphs.
Henry


on 6/4/03 12:11 AM, Som Shekar Chand at address@hidden
wrote:

> 
> Hi all,
> 
> I am working on octave and new to this.
> my requirments is that i need to have multiple windows for each plot.
> I have downloaded octave for windows.
> I am using GNU octave, version 2.1.42(i686 -pc-cygwin) and
>        G N U P L O T
>       Version 3.8i patchlevel 0
>       last modified Mon Sep 16 17:32:45 IST 2002
>       System: MS-Windows 32 bit
> 
>       Copyright(C) 1986 - 1993, 1999 - 2002
> 
> %%%%%%%%%%%%%%%%
> 
> How to get the plot in different windows?
> example:
> n=0:1:10
> x=sin(n);
> y=sin(n)
> plot(n,x)
> plot(n,y)
> 
> %%%%%%%%%%%%%
> both plot are obtained in single windows which is not intended.
> 
> It would of  great helpful if you provide me an solution
> 
> Thanks and Rgds
> 
> Som 
> Ph 8411990 -1047 
> *********************
> 
> 
> 
> **************************Disclaimer************************************
> 
> Information contained in this E-MAIL being proprietary to Wipro Limited is
> 'privileged' and 'confidential' and intended for use only by the individual
> or entity to which it is addressed. You are notified that any use, copying
> or dissemination of the information contained in the E-MAIL in any manner
> whatsoever is strictly prohibited.
> 
> ***************************************************************************
> 



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