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