|
From: Daniel J S. <dan...@ie...> - 2016-09-19 19:28:54
|
The documentation for "set style line" is currently:
Syntax:
set style line <index> default
set style line <index> {{linetype | lt} <line_type> | <colorspec>}
{{linecolor | lc} <colorspec>}
{{linewidth | lw} <line_width>}
{{pointtype | pt} <point_type>}
{{pointsize | ps} <point_size>}
{{pointinterval | pi} <interval>}
{palette}
unset style line
show style line
"dashtype | dt" is also an acceptable option. E.g.,
set style line 1 dashtype "..-"
plot x ls 1
Dan
|