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