Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

Remove Plot3D gray area on top of plot?

Posted 6 years ago

Why does this weird, gray area fill out the top of the box in the 3dPlot? How do I remove it?

3dplot of the function f(x, y)=x^2+y^2

POSTED BY: Adam Madsen

Hi,

You might want to try:

Show[Plot3D[x^2 + y^2 + 3, {x, -5, 3}, {y, -5, 3}, AxesOrigin -> {0, 0, 0}, PlotRange -> {-1, 10}, 
AxesLabel -> {"x", "y", "z"}, ClippingStyle -> None], 
Graphics3D[{Arrow[{{0, 0, 0}, {5, 0, 0}}], Arrow[{{0, 0, 0}, {0, 5, 0}}]}]]

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