|
From: Ethan A M. <merritt@u.washington.edu> - 2007-01-07 00:24:29
|
On Friday 05 January 2007 14:55, Ken Hicks wrote:
> Is there some way to adjust the color palette for the "with filledcurve"
> option?
>
> Of course, adding "lt #" at the end will change the color to one of the
> curve colors, but on my X11 system, there are only 8 colors (even though
> there are 32 linetypes). If I could adjust the color palette for the
> linetypes, then this would solve the problem. But right now, I can only use
> a very limited number of colors for X11 and postscript terminals.
Version 4.2 and cvs code base both support full 24-but rgb color specs.
For convenience you can also give one of the pre-defined color names
listed by
"show palette colornames"
Examples:
plot "foo" using 1:2:3 with filledcurve lt rgb "dark-goldenrod"
plot "baz" using 1:2 with filledcurve lt rgb "#ffaabb"
See also on-line demos of color choice options
http://gnuplot.sourceforge.net/demo_4.2/rainbow.html
http://gnuplot.sourceforge.net/demo_4.2/rgb_variable.html
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle 98195-7742
|