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 10:30:00 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

Dmitri A. Sergatskov wrote:
Jonathan Stickel wrote:


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 think 2.1.69 should work as well, since that was the first version with
a new gnuplot interface...



$ octave
GNU Octave, version 2.1.69 (i686-pc-linux-gnu).
Copyright (C) 2005 John W. Eaton.
...
octave:7> gplot data axes x1y2 with lines   #I get correct plot
octave:8> gplot data axes x1y2 with lines linetype 3
error: `linetype' undefined near line 8 column 33
error: evaluating plot style command
octave:8> __gnuplot_plot__ data axes x1y2 with lines linetype 3
error: `linetype' undefined near line 8 column 44
error: evaluating plot style command

Nope, not working for me.

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]