|
From: K.Moriyama <km...@mb...> - 2005-03-03 21:13:40
|
You can do it by using "set style line". set style line 1 lt 1 set style line 2 lt 3 plo x ls 1, 2*x ls 2 k.moriyama Koller Katja <kat...@si...> wrote on Wed, 2 Mar 2005 16:42:03 +0100 Subj.: [Gnuplot-info] changing colors > Hi, > I have a simple gnuplot with 2 Lines > > p x > rep 2*x > > The first color is red, the second green. Is it possible to change these colors to e.g. red and blue? > > Thanks for an answer, > Katja |