Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ttPoints = RandomReal[{-1, 1}, {15, 3}];
  2. Show[
  3. Graphics3D[Tooltip[Sphere[2 #, .1], #] & /@ ttPoints]
  4.  
  5. , SphericalPlot3D[
  6. 1.5 + .1 Sin[5 ϕ], {θ, 0, Pi}, {ϕ, 0, 2 Pi}
  7. , Mesh -> None
  8. , PlotStyle -> Opacity[.25]
  9. , BoxRatios -> {1, 1, 1}
  10. ]
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement