[Matplotlib-users] Can someone explain mplot3d surface plots ?

2011-03-07 Thread M.Rule
I want to plot as if rendering a 3D object. Usually this would involve specifying vertices and facets. Its not obvious to me how to send this to functions like plot_wireframe. I have looked at the documentation and the tutorials, and am still not getting it. Maybe start with something very simple

Re: [Matplotlib-users] Can someone explain mplot3d surface plots ?

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 2:09 PM, M.Rule mrule7...@gmail.com wrote: I want to plot as if rendering a 3D object. Usually this would involve specifying vertices and facets. Its not obvious to me how to send this to functions like plot_wireframe. I have looked at the documentation and the