help-octave
[Top][All Lists]
Advanced

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

Re: 2 Y Axes


From: cctsim
Subject: Re: 2 Y Axes
Date: Wed, 11 Jun 2003 00:29:37 +0100 (BST)

On Tuesday 10 June 2003 20:54, Quentin Spencer wrote:
> Has anyone ever made a plot with 2 Y axes (where one scale is printed on
> the left and the other on the right)? This would be very convenient for
> combining data from 2 plots onto one plot. I don't even know if MATLAB
> supports this. Does anyone know whether gnuplot does?
>
> --Quentin

Matlab supports this sort of plots with
 plotyy 
e.g.
>> t = 0:pi/20:2*pi; y = exp(sin(t)); plotyy(t,y,t,y,'plot','stem')

For a fantastic HowTo on gnuplot check:

http://t16web.lanl.gov/Kawano/gnuplot/index-e.html

This webpage provided the solution to most of my problems so far.


Regards
cctsim




__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.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]