Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. l1 := {{20.729858261394142, -11.014787072072988, 20.910738872021085}, {26.754953134772755, 12.795549555413617, 12.35084230079088}, {-26.240583655553486, 14.046344120397391, 4.267648394595125}, {-28.350142916856896, -15.381100510373342, 2.203525286738756}}
  2.  
  3. ListPointPlot3D[l1, PlotStyle -> {Blue, PointSize[0.025]}]
  4.  
  5. Graphics3D[{PointSize[0.05], Point[l1,
  6. VertexColors -> (Blend[{Red, Green, Blue, Yellow}, #] & /@ Rescale@Range@Length[l1])]},
  7. BoxRatios -> {1, 1, 1}, Axes -> False]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement