Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.8K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Unexpected region from RegionPlot3D[ ]?

Why isn't this surface colored or even displayed as a surface? Is RegionPlot3D the wrong function to use? I'm just beginning to experiment with plotting sets of points.

POSTED BY: Jay Gourley
Posted 4 years ago

This is very curious too:

RegionPlot3D[
 Abs[x - y] < 1 && y > 0, {x, -5, 5}, {y, -5, 5}, {z, -5, 5}, 
 PlotPoints -> 6, AxesLabel -> Automatic]
POSTED BY: Updating Name
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard