help-octave
[Top][All Lists]
Advanced

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

Re: two plots, same window, different ranges/axes?


From: Robert A. Macy
Subject: Re: two plots, same window, different ranges/axes?
Date: Sat, 29 Apr 2006 18:04:18 -0700

Make the two ranges the same?

ordinate1=firstordinate/max(firstordinate);
ordinate2=secondordinate/max(secondordinate);

that type of thing

On Sat, 29 Apr 2006 15:48:09 -0700
 Ron Crummett <address@hidden> wrote:
> Hi -
> 
> I am interested in plotting two sets of data in one plot,
> but the two 
> data vectors have different ranges.  I have seen how this
> can 
> (apparently) be done in Matlab using the plotyy command,
> which Octave 
> doesn't seem to have (I am using 2.1.71).  I have also
> seen that it can 
> be done in gnuplot.  It stands to reason that it could be
> done in 
> Octave, but if so, how?
> 
> -Ron




reply via email to

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