MadMarvin <jan <at> thiart.de> writes:
> Hi,
> I'm trying to plot a columnstacked histogram with 15 entries. While the
> postscript or the png terminal automatically use a unique color for every
> entry, the epslatex terminal just relies on the default linetypes which
> means that entry number 10 will have the same red color as no 1, 11 will be
> green like no 2 and so on.
>
> How can I manipulate the color palette for epslatex or the linetype colors?
by using the 'set linetype' command you may redefine the default
linetypes:
set linetype 10 linecolor rgb "green"
|