Message Boards Message Boards

0
|
1211 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

PlotRange not working as expected

Posted 8 months ago

On a simple plot, I am trying to make the X and Y axes uniform. Why does the first plot display the curve, but the second does not?

POSTED BY: Brian Catlin
2 Replies

Hi Brian, See documentation.

Plot[Exp[x], {x, 0, 1}, PlotRange -> {{0, 1}, {0, 2.5}}]

or

Plot[Exp[x], {x, 0, 1}, PlotRange -> Automatic]

Regards,....Jos

POSTED BY: Jos Klaps
Posted 8 months ago

Have you read the documentation for PlotRange?

POSTED BY: Eric Rimbey
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