Line and Marker Properties Corrupt

John W. Eaton jwe at octave.org
Wed Jan 14 01:08:46 CST 2009


On  8-Dec-2008, Petr Mikulik wrote:

| > | 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.
| 
| Dotted and dashed lines are either not available or not unitified across 
| gnuplot terminals.
| 
| A "dashtype" option has been mentioned in
| http://sourceforge.net/tracker/index.php?func=detail&aid=2004590&group_id=2055&atid=302055
| 
| however solid/dash/dotted control has not been contributed. A patch would be 
| very welcome.
| 
| 
| > |  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),".")
| 
| This is a bug in octave. Try command
| 	test
| in gnuplot. The first 13 point symbols are unified across many terminals 
| (x11, wxt, png, ps, pdf, ...).

I checked in the following change.

Thanks,

jwe

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090114/b4458998/attachment.ksh 


More information about the Bug-octave mailing list