Message Boards Message Boards

How can I make the coordinate axis to show the original point?

Posted 6 years ago

As shown, the graphs formed by the Wolfram Mathematica was set by default as a bounding box like this: enter image description here

How can I make the axis to show the original point like this: enter image description here

Thanks!

POSTED BY: Yuyan Wang

You can use the option AxesOrigin:

Plot3D[x^2 + y^2, Element[{x, y}, Disk[]],
 AxesOrigin -> {0, 0, 0}, Boxed -> False,
 AxesLabel -> 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