Message Boards Message Boards

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

Plot Range not working

Posted 9 years ago
POSTED BY: Musashi Koyama

Hi,

the problem is that you used the "RightArrow". What you want to use is \[Rule].

Plot[Tan[x], {x, 0, 10}, PlotRange -> Automatic]

or

  Plot[Tan[x],{x,0,10}, PlotRange \[Rule] Automatic]

should both work. The think is that the typesetting of \[Rule] and \[RightArrow], i.e. how they are displayed, is the same.

Cheers,

Marco

POSTED BY: Marco Thiel
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