Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-12 Thread Nicolas Bigaouette
Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid? Hi, I just committed a patch to do this in svn, also allowing for contour lines along other directions. See the attached image for an example

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-11 Thread Matthias Michler
Hi Reinier, that looks great! Thanks a lot for all your effort! Kind regards, Matthias On Friday 11 December 2009 00:36:59 Reinier Heeres wrote: Hi, I just committed a patch to do this in svn, also allowing for contour lines along other directions. See the attached image for an example.

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-11 Thread PHobson
-users] mplot3d: plot_surface() and contour on grid? Hi, I just committed a patch to do this in svn, also allowing for contour lines along other directions. See the attached image for an example. -- Return

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-03 Thread Matthias Michler
Thanks a lot! Regards, Matthias On Wednesday 02 December 2009 17:10:54 Reinier Heeres wrote: Hi Matthias, I have a similar patch lying around somewhere, and I will try to apply it soon. I've been terribly busy lately, but I expect some nice mplot3d enhancements in the very near future.

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-02 Thread Matthias Michler
Hi Andrew, do you have any idea if the patch (or a part of it) may get a part of matplotlib-svn some day? Kind regards, Matthias On Friday 09 October 2009 23:25:28 Andrew Straw wrote: Matthias Michler wrote: Hello list, I'm not an expert in axes3d, but in case the feature which Nicolas

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-02 Thread Reinier Heeres
Hi Matthias, I have a similar patch lying around somewhere, and I will try to apply it soon. I've been terribly busy lately, but I expect some nice mplot3d enhancements in the very near future. Regards, Reinier On Wed, Dec 2, 2009 at 4:22 PM, Matthias Michler matthiasmich...@gmx.net wrote: Hi

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-10-09 Thread Andrew Straw
Matthias Michler wrote: Hello list, I'm not an expert in axes3d, but in case the feature which Nicolas requested is not possible in an easy manner up to now, I propose an additional kwarg for axes3d.Axes3D.contour. Something like *offset*. If offset is None the z-values of the contour

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-10-09 Thread Nicolas Bigaouette
Thanx all, Can it be used to do a projection not only on the xoy axis but also on the xoz and yoz? N 2009/10/9 Andrew Straw straw...@astraw.com Matthias Michler wrote: Hello list, I'm not an expert in axes3d, but in case the feature which Nicolas requested is not possible in an easy