help-octave
[Top][All Lists]
Advanced

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

Re: gnuplot interface


From: Jonathan Stickel
Subject: Re: gnuplot interface
Date: Wed, 18 May 2005 09:34:05 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

Dmitri A. Sergatskov wrote:


Jonathan Stickel wrote:


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


That works with a recent octave: either 2.1.70 or 2.9.2.


Bummer... I just spent half a day upgrading from 2.1.64 to 2.1.69. Each octave upgrade requires me to recompile octave, octave-forge, and octaviz. :(

I suppose this works:

> data=[x',y',y2']
> save -text "/tmp/data" data
> graw("plot '/tmp/data' u 1:2 t 'y', '/tmp/data' u 1:3 t 'y2' axes x1y2 w l lt 3 \n")

But I seem to lose the ability to use functions like legend. Oh well, it will do for now until I make the upgrade.

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]