Message Boards Message Boards

Plot Many Points with ListPointPlot3D[]

Posted 9 years ago
Attachments:
POSTED BY: Greg
4 Replies
Posted 9 years ago

Well done, sir.

POSTED BY: Greg
Posted 9 years ago
Attachments:
POSTED BY: David Keith
Posted 9 years ago

The code you posted is incomplete, so doesn't execute. But I can't imagine ListPointPlot3D having problems with a few thousand points.

In[1]:= points = Table[RandomReal[{-1, 1}, 3], {3264}];

In[2]:= points // Dimensions

Out[2]= {3264, 3}

In[3]:= ListPointPlot3D[points]

enter image description here

POSTED BY: David Keith
Posted 9 years ago
Attachments:
POSTED BY: Greg
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