Re: [Matplotlib-users] Plotting contour lines

2011-03-09 Thread Benjamin Root
On Wed, Mar 9, 2011 at 8:25 PM, Andrew Chapkowski wrote: > Can someone please explain how to coordinates need to be passed to > contour for 3D graphs? I see all the examples use sample data, but I can't > find any information on how the input points need to be formatted. > Currently I have three

[Matplotlib-users] Plotting contour lines

2011-03-09 Thread Andrew Chapkowski
Can someone please explain how to coordinates need to be passed to contour for 3D graphs? I see all the examples use sample data, but I can't find any information on how the input points need to be formatted. Currently I have three array, one for the X, one for Y, and another for a Z value, and