Re[2]: color

Alan G Isaac wrote:

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-')

I second the request.
But I have an idea. Try this:
matlab.plot(d, f(d), color = (1,0,0))

In retrospect it is obvious.
Better yet, you can
matlab.plot(d, f(d), '--', color = (1,0,0))
etc.

Excellent!

Thank you!
Alan Isaac

···

On Tue, 21 Sep 2004, Gary apparently wrote: