help-octave
[Top][All Lists]
Advanced

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

Re: How to use gplot with linestyle


From: Dmitri A. Sergatskov
Subject: Re: How to use gplot with linestyle
Date: Mon, 26 May 2003 10:08:23 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02

WJ Atsma wrote:
Hello,

I would like to do the following:

octave:56> gset linestyle 9 lt 3 lw 1 pt 2 ps 4
octave:57> gplot tmp w linesp linestyle 9
error: `linestyle' undefined near line 57 column 20
error: evaluating plot style command

This must be a problem in the parsing? Is it possible to make this work?

I suspect you are using development branch of gnuplot (3.8? version).

If so try the following instead:

gset style line 9 lt 3 lw 1 pt 2 ps 4



cheers,

Willem Atsma

Regards,

Dmitri.



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