I may be a bit thick, but I am having a heck of a time figuring out how to 
use contour() properly. 
Specifically, I do not see why the z dimension should be a 2d array. 
It should only take a set of x,y,z 
coordinates to produce a surface --  what is the extra dimension for? More 
importantly, how do I take 
"canonical" 3-d data, e.g.:

x  y  z
1  1  2.3
1  2  4.5
1  3  6.1
2  1  7.3
.
.
.


and get it into the form that matplotlib demands?

Thanks,
cf


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to