|
From: Alan W. I. <ir...@be...> - 2004-11-12 15:57:18
|
On 2004-11-12 08:50+0100 Lehmann, Eckhard {TR-I~Penzberg} wrote:
>
>> This is documented in
>>
> http://plplot.sourceforge.net/docbook-manual/plplot-html-5.3.1/color.htm
> l .
>
> I've read this documentation already and tried to set up the colors
> according to this:
>
> tclsh> package require Plplotter
> tclsh> plframe .f
> tclsh> .f cmd plscol0 0 255 255 255 ;# set color at index 0 to white
> Couldn't parse color 255
I am not expert in tcl, but none of examples/tcl/x??.tcl have commands with
the trailing semicolon followed by commentary that you put in the above
command, and my guess is that (the semicolon) is causing the parse error.
From your later message it appears you have independently arrived at a
similar conclusion.
Alan
__________________________
Alan W. Irwin
email: ir...@be...
phone: 250-727-2902
Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).
Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________
Linux-powered Science
__________________________
|