[matplotlib-devel] Review implementation of Voronoi diagrams

2013-06-11 Thread Eduard Bopp
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 th

Re: [matplotlib-devel] Review implementation of Voronoi diagrams

2013-06-11 Thread Michael Droettboom
Thank you for the contribution. Would you mind creating this as a pull request so we can comment on it and keep track of its progress? (Visit your forks' page -- there should be a "pull request" button for your "topic;voronoi" branch there). And also, just to note I have some immediate commit