Samuel Thibault, le Tue 14 Sep 2010 19:10:45 +0200, a écrit : > > set linetype 1 lc rgb "dark-violet" lw 1 > > set linetype 2 lc rgb "sea-green" lw 1 > > set linetype 3 lc rgb "cyan" lw 1 > > set linetype 4 lc rgb "dark-red" lw 1 > > set linetype 5 lc rgb "blue" lw 1 > > set linetype 6 lc rgb "red" lw 1 > > set linetype 7 lc rgb "black" lw 1 > > set linetype 8 lc rgb "plum" lw 1 > > set linetype 9 lc rgb "orange" lw 1 > > set linetype 10 lc rgb "gray50" lw 1 > > set linetype cycle 10 > > Ok, seen that, let's wait for the next gnuplot release for this to be > working...
Here is already what I'd suggest for the debian-wide configuration: like my original proposition, i.e. very similar to the current state, but much more readable: set linetype 1 lc rgb "#cc0000" set linetype 2 lc rgb "#00cc00" set linetype 3 lc rgb "#0000cc" set linetype 4 lc rgb "#cc00cc" set linetype 5 lc rgb "#00cccc" set linetype 6 lc rgb "#cccc00" set linetype 7 lc rgb "#000000" set linetype 8 lc rgb "#cc8000" set linetype 9 lc rgb "#808080" set linetype cycle 10 Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

