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
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
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