|
From: <mi...@ph...> - 2005-10-10 19:36:17
|
>> Would it be too much to devise some kind of color table lookup >> for each terminal? > > You have not been paying attention. > As of several months ago, all terminals that support color at > all support named colors: > > plot <foo> with lines lt rgb "yellow", > <baz> with lines lt rgb "purple" Then there could be set style linetype 6 "brown" => so that you can redefine the linetype (not linestyle) definitions, and that will be portable among all rgb-supporting platforms. --- PM |