From: Alan G I. <ai...@am...> - 2004-09-21 13:41:38
|
On Tue, 21 Sep 2004, Gary apparently wrote: > import matplotlib.colors > help(matplotlib.colors) 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 |