Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Okay, answering my own question, in case someone else misses it:

p1 = plot(x^2,(x,0,5),rgbcolor=hue(0.4)) p2 = plot(2^x,(x,0,5),rgbcolor=hue(0.6)) show(p1+p2, axes=true)

Here the function of the '+' operator seems to mean "and" rather than "plus".

Okay, answering my own question, in case someone else misses it:got confused like I did:

p1 = plot(x^2,(x,0,5),rgbcolor=hue(0.4))
p2 = plot(2^x,(x,0,5),rgbcolor=hue(0.6))
show(p1+p2, axes=true)

axes=true)

Here the function of the '+' operator seems to mean "and" rather than "plus".