|
From: Thomas S. <t.s...@fz...> - 2010-04-19 07:18:14
|
you are using gnuplot 4.0,
you should upgrade to an actual version.
peggyhyli wrote:
>
> Hi Rajarshi,
>
> I tried
>
> gnuplot > plot sin(x) w l lt 1 lw 2
>
> it works fine.
>
> Howeve, when I tried
>
> gnuplot > plot sin(x) w l lt 1 lc rgb "blue"
>
> I received following error message :
>
> ' ; ' expected
>
>
> Please advise what's the problem. Thanks!
>
> Peggy
>
>
>
> On 11 February 2010 12:33, Rajarshi Tiwari <raj...@gm...> wrote:
>
>> 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
>>>
>>
>>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
>
--
View this message in context: http://old.nabble.com/how-to-set-line-styles-for-the-different-line-%28colors-and-patterns%29-for-example-for-20-different-color-lines-tp27387166p28287611.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|