|
From: Lars H. <lhe...@us...> - 2005-10-13 16:08:46
|
I've been playing around with linestyles to see whether I could get any
resemblance of dashed lines with X/png/gif, which is apparently not
possible, and came across this issue.
gnuplot> help style
Functions and data may be displayed in one of a large number of styles.
The `with` keyword provides the means of selection.
Syntax:
with <style> { {linestyle | ls <line_style>}
| {{linetype | lt <line_type>}
{linewidth | lw <line_width>}
{linecolor | lc <colorspec>}
{pointtype | pt <point_type>}
{pointsize | ps <point_size>}
{fill | fs <fillstyle>}
{palette}}
}
But "with <style>" does not accept a "linestyle" or "ls" option,
so this should be rewritten as
Syntax:
with <style> { <line_style>
| ...
If you agree, I'll commit the change to cvs. Or should the could change
to match the docs? I think I've seen quite a few scripts using
"plot foo with lines N".
|