[Matplotlib-users] Cannot find test_backend_svg and others while running tests.py

2012-05-14 Thread Edward C. Jones
I use up-to-date Debian testing (wheezy) with an amd64 architecture. I am trying to use matplotlib with Python 3.2, I downloaded matplotlib-matplotlib-v1.1.0-684-ge87374e.tar.gz I expanded the tarball and did python3.2 setup.py build and, as root, python3.2 setup.py install When I tried to run

[Matplotlib-users] visualizing grid AND contour lines

2012-05-14 Thread Michael Oevermann
Hello, I am struggling with a potentially easy problem in matplotlib: I have some 2D data which I visualize using matplotlibs contour function. However, besides the contour lines itself I want to visualize the underlying grid as well which I do by setting ticks for each data point on x and y axi