Line and Marker Properties Corrupt
Peter Berntsen
peterber at chalmers.se
Wed Nov 26 09:27:35 CST 2008
I don't know if it is gnuplot or octave to blame but
t = 0:0.1:6.3;
line(t,sin(t),'linestyle','-')
Gives the same result as linestyle changed to:
Dashed lines.
"--"
Points.
":"
A dash-dot line.
"-."
That is the line style is solid no matter what I specify.
Linewidth works.
plot(t,sin(t),".","markersize",3)
plot(t,sin(t),"+","markersize",3)
plot(t,sin(t),"*","markersize",3)
plot(t,sin(t),"o","markersize",3)
plot(t,sin(t),"x","markersize",3)
Gives the same results as octave:
plot(t,sin(t),".")
I run gnuplot
G N U P L O T
Version 4.2 patchlevel 3
last modified Mar 2008
System: Linux 2.6.27-7-generic
and octave:
GNU Octave, version 3.0.1
--
View this message in context: http://www.nabble.com/Line-and-Marker-Properties-Corrupt-tp20702859p20702859.html
Sent from the Octave - Bugs mailing list archive at Nabble.com.
More information about the Bug-octave
mailing list