help-octave
[Top][All Lists]
Advanced

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

gnuplot interface


From: Jonathan Stickel
Subject: gnuplot interface
Date: Tue, 17 May 2005 15:47:10 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

I want to plot something using the secondary y-axis.  I can do this with:

> plot(x,y)
> data = [x,y2];
> hold on
> gplot data axes x1y2 with lines

But I want to specify the linetype of the second line.  My attempt:

> gplot data axes x1y2 with lines linetype 3
error: `linetype' undefined near line 34 column 37
error: evaluating plot style command

How can I do this?

Thanks,
Jonathan



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