Working in Processing, with java at the moment.
Explored/attempted Voronoi Tesselation = unsuccessful. Below is someone else's script:
I've put that aside and now I'm working to implement a first two-dimensional array with identities. The first dimension will hold location of cell (loc=x+y*i*cellsize), second will hold identity number, or the number of points occurring within a cell.
From there I will plot the array, in the vein of a heat map:
"A heat map is a graphical representation of data where the individual values contained in a matrix are represented as colors"
Fingers crossed...
g
No comments:
Post a Comment