Re: [Matplotlib-users] Plotting in 3D. how to specify the data?

2011-09-29 Thread rajtendulkar
Dear Ben, Thank you very much your reply. I understood that there is problem the way plot_wireframe() function requires the data. However, I am trying to understand how exactly it needs the data. For example to understand I took this random input data and did the plot - (I took random points be

Re: [Matplotlib-users] Plotting in 3D. how to specify the data?

2011-09-27 Thread Benjamin Root
On Tue, Sep 27, 2011 at 11:55 AM, rajtendulkar wrote: > Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D > wireframe / surface plot with matplotlib. I am trying to understand how to > arrange the data so that I will get the correct plot. After trying a lot and > taking ref

[Matplotlib-users] Plotting in 3D. how to specify the data?

2011-09-27 Thread rajtendulkar
Dear Forum, I am a completely new user to matplotlib. I want to plot a 3D wireframe / surface plot with matplotlib. I am trying to understand how to arrange the data so that I will get the correct plot. After trying a lot and taking reference from different examples, I wrote a code given in the