[Matplotlib-users] Contour/Contourf misunderstanding?

2008-12-10 Thread Andrea Gavana
Hi All, I am trying to create a contour map with matplotlib. I have modified the source code for the contour sample which comes with the matplotlib 0.98.3 online documentation: I am using the contour(X, Y, Z, V) API call and, as the docs say: contour(X,Y,Z,V) draw contour lines at the

Re: [Matplotlib-users] Contour/Contourf misunderstanding?

2008-12-10 Thread Andrea Gavana
Hi Mauro All, On Wed, Dec 10, 2008 at 10:32 AM, Mauro Cavalcanti wrote: Dear Andrea, Greetings. I have tried your script here. 2008/12/10 Andrea Gavana [EMAIL PROTECTED]: I attach my small sample to the message. Am I doing something worng in my call to contour? Why I am unable to see the

Re: [Matplotlib-users] Contour/Contourf misunderstanding?

2008-12-10 Thread Eric Firing
Andrea Gavana wrote: Hi Mauro All, On Wed, Dec 10, 2008 at 10:32 AM, Mauro Cavalcanti wrote: Dear Andrea, Greetings. I have tried your script here. 2008/12/10 Andrea Gavana [EMAIL PROTECTED]: I attach my small sample to the message. Am I doing something worng in my call to contour? Why