Group Abstract Group Abstract

Message Boards Message Boards

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

In plotting want to change axes interval

Posted 5 years ago

enter image description here

As you can see from the posted picture, i drew eight linear function graphs. The eight functions are largely classified into two y-intercepts, which are not distinguished in the current figure(since alpha=1/137). So I want to adjust the y-axis intercept scale to distinguish between different y-sections, but I don't know how. thank you for your advice

POSTED BY: chang hyeon lee
2 Replies
Posted 5 years ago

Could the option AxesOrigin be of help?

Plot[{2 x - 0.1, -(2 x + 0.1)}, {x, 0, 0.2}]

enter image description here

Plot[{2 x - 0.1, -(2 x + 0.1)}, {x, 0, 0.2}, AxesOrigin -> {0, -0.1}]

enter image description here

POSTED BY: Hans Milton
Posted 5 years ago

Take a look at PlotRange.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard