Message Boards Message Boards

0
|
2481 Views
|
4 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Why isn't the x-Axis at the origin y=0?

Can someone tell me why this is happening and how to fix it? (See the Mathematica code and output below.)

enter image description here

POSTED BY: Mark Faucette
4 Replies

Welcome to Wolfram Community! Please make sure you know the rules: https://wolfr.am/READ-1ST

The rules explain how to format your code properly. Posting code Images doesn't help other members to copy your code. Please next time, make sure code blocks start on a new paragraph and look framed and colored like this.

int = Integrate[1/(x^3 - 1), x];
Map[Framed, int, Infinity]

You can also embed notebook or attach notebook.

enter image description here

POSTED BY: EDITORIAL BOARD
Posted 3 years ago

Perhaps because your first plot used {t,2,4}

You can probably change that if you include AxesOrigin->{0,0} in one or all the plots if that is what you really want.

POSTED BY: Bill Nelson

If I understand the syntax for ParametricPlot, the first plot draws the line segment from the point (0,2) to the point (0,4). That's the y-axis between y=2 and y=4.

Thanks for the AxesOrigin hint. I'll try that.

POSTED BY: Mark Faucette

Your hint of trying AxesOrigin worked. Thanks!!enter image description here

POSTED BY: Mark Faucette
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