Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var sites = d3.range(30)
  2. .map(function(d) { return [Math.random() * width, Math.random() * height]; });
  3.  
  4. var this_site = site[0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement