Dear matplotlib devs, I've been working on an implementation of Voronoi diagrams in matplotlib. It is based on the Delaunay triangulation and simply creates a PatchCollection of Voronoi cells.
I added a function/method to the pyplot module and the Axes class, respectively, which is called like this: voronoi(X, Y, ...) voronoi(X, Y, C, ...) where X, Y are coordinates of an unstructured grid and C an optional mappable scalar. The topic branch in my fork is in a fully operational state now and I would like to ask you to review it. Check it out here: https://github.com/aepsil0n/matplotlib/compare/topic;voronoi Kind regards, Eduard Bopp ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel