help-octave
[Top][All Lists]
Advanced

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

Re: multiplot; how 2 use


From: Antonio Carlos Ribeiro Nogueira
Subject: Re: multiplot; how 2 use
Date: Wed, 04 Jun 2003 13:15:26 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Why don't you try in your example:
n=0:1:10;
x=sin(n);
y=sin(n);
plot(n,x);
hold on;
plot(n,y);

I hope it works and I may help you.
Antonio Carlos

Som Shekar Chand wrote:
Message
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.

***************************************************************************
        

-- 

    _/_/_/ _/_/_/_/_/_/  _/_/_/  Prof. Antonio Carlos R. Nogueira, Dr. Eng.
   _/       _/  _/  _/  _/       Departamento de Eng. Mecânica
  _/_/     _/  _/  _/  _/ UFSC   Universidade Federal de Santa Catarina
 _/       _/  _/  _/  _/         88.040-900 - Florianópolis - SC.
_/_/_/   _/  _/  _/  _/_/_/      BRASIL
                                             Phone: 55-48-331-9562
                                             Fax  : 55-48-331-7615




reply via email to

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