[Matplotlib-users] Outdated installation info for Debian at matplotlib website

2006-06-24 Thread Leandro Lameiro
Hello. First of all, a big thanks for this great tool!The instructions for installation of matplotlib in Debian at matplotlib website are a bit outdated. It recommends to add a new package repository to /etc/apt/sources.list.  But this repository is completely outdated (latest matplotlib version th

Re: [Matplotlib-users] How to contour three lists: x, y, z?

2006-06-24 Thread Alan G Isaac
On Sat, 24 Jun 2006, someone wrote: > I have three lists like > x = [x1,x2,x3, ..xn] > y = [y1,y2,y3, ..yn] > z = [z1,z2,z3, . zn] > How can I contour z against x, y plane? Since I know > nothing about Matlab. Based on the contour_demo.py,

[Matplotlib-users] How to contour three lists: x, y, z?

2006-06-24 Thread zxo102
Hi everyone,    I have three lists like     x = [x1,x2,x3, ..xn]     y = [y1,y2,y3, ..yn]     z = [z1,z2,z3, . zn]    How can I contour z against x, y plane?    Since I know nothing about Matlab. Based on the contour_demo.py, I still don't know how to cont