Group Abstract Group Abstract

Message Boards Message Boards

ListPlot3D fills in non-convex base

Posted 2 years ago
POSTED BY: David Golber
4 Replies
Posted 2 years ago

Reading closely, the documentation does not claim to handle non-convexity correctly when the data is given in the form of my original notebook. If I switch to the form of data in the documentation, I get the expected graph. (But I still complain that the result should not depend on exactly what form the data is given in. And why not show the x-axis with x increasing from left to right, as is customary on most of this planet.)

POSTED BY: David Golber
Posted 2 years ago

And why not show the x-axis with x increasing from left to right, as is customary on most of this planet.

In 3D plots the option AxesEdge specifies placement of the axes. Check this:

ListPlot3D[data,DataRange->{{-2,2},{-2,2}},AxesEdge->{{-1,-1},{-1,-1},{-1,-1}}]
POSTED BY: Hans Milton
Posted 2 years ago

Thanks ...

POSTED BY: David Golber
Posted 2 years ago
POSTED BY: David Golber
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard