Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to change color AFTER calling "plot"?

Suppose I have done

p = plot(x^2) + plot(x^3)

and then I decide I want the image in grayscale. Is there a way to specify this without having to re-plot again? Thanks in advance for your answers!