| Author |
Comment/Response |
Aslan Tomov
|
04/09/00 11:38am
I would like two plot together 2 simple functions, but instead of plotting them on the same graph, TogetherPlot[] makes 2 for each of them. Here is the example:
DisplayTogether[Plot[x^2, {x, 0, 10},PlotStyle -> Hue[.6]],
Plot[x^3, {x, 0 ,10}, PlotStyle -> {GrayLevel[0],
Dashing[{.03}]}]]
Is this because 2 functs have different ranges?
Thank you.
URL: , |
|