|
From: BBands <bb...@gm...> - 2011-07-20 16:58:27
|
On Wed, Jul 20, 2011 at 9:46 AM, Andreas Herrmann
<and...@st...> wrote:
> Using the following code I don't have to specify anything style related
> in the plot line.
>
> set style line 1 lw 4 ps 2 pt 5 lc rgb "red"
> set style line 2 lw 4 ps 2 pt 7 lc rgb "blue"
> set style line 3 lw 4 ps 2 pt 9 lc rgb "orange"
> set style line 4 lw 4 ps 2 pt 11 lc rgb "web-green"
> set style line 5 lw 4 ps 2 pt 13 lc rgb "purple"
> set style line 6 lw 4 ps 2 pt 15 lc rgb "brown"
> set style data yerrorlines
> set style increment user
Without the error lines, that is exactly how I control my line styles
now. I don't know who coded this or when it was introduced (4.2.4?),
but I sure do like it, so a hearty thanks to all our wonderful
developers.
John
PS The home page www.gnuplot.info seems to be down this AM, but the
rest of the site is there.
|