|
From: Rajarshi T. <raj...@gm...> - 2010-02-11 11:34:25
|
Use
plot "something" w l lt 1 lc rgb "color"
where lc = linecolor
and besides rgb you have "color", which can be some standard color (e.g.
"red"), or it can be an html color code ("#0000ff" for blue).
The color code can be generated by some intuition as these are
superpositions of red, green and blue, or seen from various applications
like, kcolorpick in kde.
Also when u change desktop background, the color selection options give u
these color codes :-).
Rajarshi Tiwari
On Sun, Jan 31, 2010 at 2:02 AM, Peggy Li <peg...@go...> wrote:
> Hi
>
> I want to set line styles for 20 different lines (i.e., 20 different colors
> with different line patterns) using "lt" but for 20 different colors for
> postscript. Would appreciate if you can could advise me how to do it.
>
> thanks.
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|