Guest User

Untitled

a guest
Nov 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SeedRandom["ColorData problem aah help"]
  2. data=RandomVariate[LogisticDistribution[.007,.01],{1200,2}];
  3. dataClustered=FindClusters[data,4,DistanceFunction->EuclideanDistance];
  4. ListPlot[dataClustered,PlotStyle->"PlumColors"]
  5.  
  6. Directive[Opacity->.3,PointSize->.015]
Add Comment
Please, Sign In to add comment