Johann Cohen-Tanugi wrote:
> hello,
> is there a quick way to get a figure in greyscale?

You can do something like plot([1,2,3], color='0.9'), where the string '0.9' 
denotes the gray scale of the plotted line. See also `help plot`, `help colors`.

-- 
cheers,
steve

Random number generation is the art of producing pure gibberish as quickly as 
possible.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to