Message Boards Message Boards

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

3D Graphics Question from Newbie

POSTED BY: Melissa Marr
2 Replies
Posted 9 years ago
POSTED BY: Melissa Marr

You can change the colors with PlotStyle:

ListPointPlot3D[{Table[x, {x, 20}, {y, 20}], 
  Table[y, {x, 15}, {y, 20}]}, PlotStyle -> {Pink, Green}]

The points are not spherical enough? You can try with something like

With[{r = .1},
 Graphics3D[{Red, Map[Sphere[#, r] &, data1], Green, 
   Map[Sphere[#, r] &, data2], Blue, Map[Sphere[#, r] &, data3]}]]

adapting the radius r to your needs.

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

Group Abstract Group Abstract