Message Boards Message Boards

Plane 3D Plotting range values

Posted 4 years ago

Attached is example of equation of a plane 3D. I would know how to determine the range of values for x, y and z respectively. Thanks and Regards

Attachments:
POSTED BY: Manoj Imrith
3 Replies

Sorry, I don't understand your question.

POSTED BY: Gianluca Gorni
Posted 4 years ago

Thanks How to determine the {x, -7, 7}, {y, -7, 7}, {z, -7, 10} ?

Thanks

POSTED BY: Manoj Imrith

You wonder what the actual range of the picture is? Here is a way:

ContourPlot3D[5 x - 2 y + 7 z == 15,
 {x, -7, 7}, {y, -7, 7}, {z, -7, 10},
 Mesh -> None, ContourStyle -> Yellow,
 AspectRatio -> 1]
AbsoluteOptions[%, PlotRange]

You don't like the range of the picture, and need to make your own? Here:

ContourPlot3D[5 x - 2 y + 7 z == 15,
 {x, -7, 7}, {y, -7, 7}, {z, -7, 10},
 Mesh -> None, ContourStyle -> Yellow,
 AspectRatio -> 1,
 PlotRange -> {{-10, 10}, {-10, 10}, {-10, 10}}]
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