Guest User

Untitled

a guest
Jan 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. data = {{0,1,0},{0,0,1},{1,0,0},{0.2,0.8,0}};
  2.  
  3. colours = {0.1,0.2,0.6,0.3};
  4.  
  5. Show[ListPointPlot3D[data],
  6. ColorFunction-> (ColorData["Rainbow"][#1] /@ colours)];
Add Comment
Please, Sign In to add comment