help-octave
[Top][All Lists]
Advanced

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

Re: Automate setting plot ranges


From: Robert A. Macy
Subject: Re: Automate setting plot ranges
Date: Sun, 30 Jan 2005 03:01:55 -0800

YES!

Thank you for the prompt response.  I've been spending all
week recreating everything and just got hung up on this
one.  

            - Robert -

On Sat, 29 Jan 2005 20:19:09 -0500
 "John W. Eaton" <address@hidden> wrote:
> On 29-Jan-2005, Robert A. Macy <address@hidden>
> wrote:
> 
> | Lost everything with yet ANOTHER head crash.  
> | 
> | I asked earlier how to automate the setting of the
> range in
> | plotting.  People kindly jumped in with something
> like...
> | 
> | y1=min(y);y2=max(y);
> | cmd=sprintf("gset xrange [%y1:%y2]/n",y1,y2);
> | eval(cmd);
> | 
> | or something like that.  
> | 
> | Would you please post the answer again?
> | 
> | I tried doing an archive search but could not find the
> | thread, or series of emails.  
> 
> Was it the thread starting here
> 
>
  http://www.octave.org/octave-lists/archive/help-octave.2004/msg03039.html
> 
> ?
> 
> jwe



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