Show[ {Plot[x, {x, 0, 1}], Plot[x^2, {x, 1, 2}]}, PlotRange -> All] (note you need to specify PlotRange else you just get the range of the first plot)
- agentp
1 Answers
1
votes
Do you mean to draw them in the same interval like this?
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
Show[ {Plot[x, {x, 0, 1}], Plot[x^2, {x, 1, 2}]}, PlotRange -> All](note you need to specifyPlotRangeelse you just get the range of the first plot) - agentp