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

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-21 Thread Ian Thomas
On 21 September 2012 14:38, Benjamin Root wrote: > On Fri, Sep 21, 2012 at 6:43 AM, Damon McDougall < > damon.mcdoug...@gmail.com> wrote: > >> On Fri, Sep 21, 2012 at 8:27 AM, Ian Thomas >> wrote: >> > On 20 September 2012 22:30, Damon McDougall >> > wrote: >> > 3. Create a new args_2d tuple ex

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-21 Thread Benjamin Root
On Fri, Sep 21, 2012 at 6:43 AM, Damon McDougall wrote: > On Fri, Sep 21, 2012 at 8:27 AM, Ian Thomas wrote: > > On 20 September 2012 22:30, Damon McDougall > > wrote: > >> > >> I have been playing with custom triangulations in the plot_trisurf > >> method of the mplot3d toolkit. I thought I wou

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-21 Thread Damon McDougall
On Fri, Sep 21, 2012 at 8:27 AM, Ian Thomas wrote: > On 20 September 2012 22:30, Damon McDougall > wrote: >> >> I have been playing with custom triangulations in the plot_trisurf >> method of the mplot3d toolkit. I thought I would share my sweet >> creation: https://www.dropbox.com/s/ccptm6ok7nd3

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-21 Thread Ian Thomas
On 20 September 2012 22:30, Damon McDougall wrote: > I have been playing with custom triangulations in the plot_trisurf > method of the mplot3d toolkit. I thought I would share my sweet > creation: https://www.dropbox.com/s/ccptm6ok7nd3yn5/mobius.png > > Let me know your thoughts. I should probabl

[matplotlib-devel] Custom plot_trisurf triangulations

2012-09-20 Thread Damon McDougall
Greetings denizens, I have been playing with custom triangulations in the plot_trisurf method of the mplot3d toolkit. I thought I would share my sweet creation: https://www.dropbox.com/s/ccptm6ok7nd3yn5/mobius.png Let me know your thoughts. I should probably make a pull request out of this, but t