Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.3K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to colour random 3D points in a stereographic view

POSTED BY: Imre Pazsit
2 Replies

Thanks - this is perfect! Exactly what I was looking for. Works beautifully.

POSTED BY: Imre Pazsit

With Mathematica 10 you can give each point a color of its own with pts = Table[{RandomColor[], Point[{RandomReal[], RandomReal[], RandomReal[]}]}, {20}];

In earlier version you may have to type a little more: pts = Table[{RGBColor[RandomReal[], RandomReal[], RandomReal[]], Point[{RandomReal[], RandomReal[], RandomReal[]}]}, {20}];

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