Re[2]: color

Yes, I've been using this to set arbitrary
colors everywhere except in the plot command.
Maybe I'm missing something obvious, but the
3rd argument to a plot command must be a string,
and despite the apparent suggest in the docs,
hex strings are not supported.

That is, I cannot find a way to do this.

It would be great to be able to, e.g.,
matlab.plot(d,f(d),'(1,1,0)-')
or
matlab.plot(d,f(d),'#eeefff-')

Am I missing an obvious way to do this?

fwiw,
Alan

···

On Tue, 21 Sep 2004, Gary apparently wrote:

import matplotlib.colors
help(matplotlib.colors)