Creating Voronoi Diagrams in JMP or JSL
Hi all, I'd like to create a Voronoi diagram within the JMP environment. I have a set of point coordinates (X & Y) that are located within the same plane (Z). I'd like a way to show the density of the points per unit area. A Voronoi diagram would be one way to accomplish this. It shows the boundary around the point which is defined by half-way between the euclidean distance between that point P1 a...