|
From: Petr M. <mi...@ph...> - 2004-11-30 08:33:03
|
> > However, it is not flexible for using "red", "white", etc colors in splots.
> > I would prefer an approach that would itself be able to extract a
> > color matching to e.g. "red".
>
> Done. Revised patchset on SourceForge.
>
> names in gnuplot's internal table. See "show palette colornames".
>
> plot "foo" with lines lt rgb "#DDFF00"
> plot "bar" with lines lt rgb "goldenrod"
>
> Anyway, the direct RGB request method works much better.
That's a great solution!
(*)
gnuplot> plot x w l lt pal
2D plots cannot color by Z value; please use splot instead
It should say sth like "plot: argument for palette is always required" or
"the syntax is 'lt pal' for splot (z-coloring), or 'lt pal <color>' for
plot"
(*)
'help linestyle': please add help for the rgb
Otherwise, the patch is fine.
---
PM
|