|
From: <br...@ph...> - 2006-09-18 17:23:58
|
Lars Hoegen wrote:
> The simplest way would be to define a linetype with your
> preferred line appearance:
No, that's only the second-simplest. You don't have to define a
linestyle(sic!) to get a the same linetype on each data set in a plot.
> set style line 7 linetype 4 linewidth 2
> plot sin(x) with lines linetype 7, \
> cos(x) w l lt 7
Make that
plot sin(x) with lines linestyle 7, \
cos(x) w l ls 7
|