hello,
is there a quick way to get a figure in greyscale?
thanks,
Johann
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.