help-octave
[Top][All Lists]
Advanced

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

gplot with linewidth/pointsize args


From: Daniel Kottow
Subject: gplot with linewidth/pointsize args
Date: Wed, 03 May 2000 17:02:22 +0200

hello,
i would like to control the plot  attributes for lines and points
individually for each plot function call. in gnuplot this is documented
and works using, e.g:
plot 'mydata.file' with points pointtype 2 pointsize 6
unfortunately, something like under octave
load 'mydata.file'
gplot mydata with points pointtype 2 pointsize 6
returns:

parse error:
 
>>> gplot mydata with points pointtype 2 pointsize 6

my specific question is: wether this is possible under octave, and more
generally, does octave support a (maybe awkward) syntax that assures
full access to gnuplot syntax ? 
(maybe suppressing its own parser on the gplot command string except for
the data variable)
greetings, daniel



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]