Message Boards Message Boards

0
|
3901 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Plot Question using Show[] function with different domain ranges

Posted 3 years ago
Attachments:
POSTED BY: Mitchell Sandlin

The Show command adopts the PlotRange from the first plot, which can be annoying. You can impose your own PlotRange that covers your whole range of interest:

Show[Plot[ArcCos[x], {x, -1, 1}], Plot[Cos[x], {x, 0, \[Pi]}], 
 PlotRange -> All, AspectRatio -> Automatic]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract