Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-22 Thread Damon McDougall
On Wed, Sep 19, 2012 at 6:53 PM, Michael Droettboom wrote: > I have tagged and created a tarball for 1.2.0rc2. The githash is > 656c88f3e546. The tarball is on the github download page here: > > https://github.com/matplotlib/matplotlib/downloads > > This includes a number of important bugfixes,

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
On Sat, Sep 22, 2012 at 10:40 AM, Damon McDougall wrote: > Ah ok, I see. I was assuming a plot_trisurf(x, y, z, triangles, ...) > signature. Copying the tricontour signature would be better for > consistency reasons. It appears that I was the one missing something! I just realised I'm not making

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
On Fri, Sep 21, 2012 at 2:38 PM, Benjamin Root wrote: > I wouldn't be against going down a deprecation path for renaming these > functions, but for what gains? The names have been there since before I > took up this toolkit, and ultimately, these functions aren't typed so often > that brevity wou

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
On Fri, Sep 21, 2012 at 6:21 PM, Ian Thomas wrote: > I am happy with option 3 too, but I don't think you need to do as much as > this. The existing 2d triplot/tripcolor/tricontour call > Triangulation.get_from_args_and_kwargs, which removes the various > args/kwargs needed for the triangulation a