| Author |
Comment/Response |
Horatio
|
03/16/09 3:14pm
Hi,
I have two functions:
Piecewise[{{0.8, x < 0}, {Cos[x], x > 0}}]
and
Piecewise[{{1.8, x < 0}, {2+Sin[x], x > 0}}]
I would like in the plot for the 1st function to be one color, and the second function another color.
I know how to do this if the functions were not piecewise, but since they are piecewise I can't get it to be colorful.
Please help.
Thanks!
URL: , |
|