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

2012-05-15 Thread Edward C. Jones
I use up-to-date Debian testing (wheezy) with the amd64 architecture and Debian's python3.2. I install matplotlib from the tarball matplotlib-matplotlib-v1.1.0-684-ge87374e.tar.gz Before the current install, I had also on my system Debian's python-matplotlib and python-matplotlib-data package

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

2012-05-15 Thread Edward C. Jones
Michael Droettboom said > Are you running the tests from the source directory? That often results in failures that look like this. Yes, I did that. Some Googling found the correct way to do it: python3.2 >>> import matplotlib >>> matplotlib.test() ..K./usr/lib/python3/dist-packages/

[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] mouseevents raise Singular matrix exception: problem solved

2012-02-20 Thread Edward C. Jones
I use Debian stable. The python-matplotlib package version is 0.99.3-1. Here is a small program which threw many exceptions whenever I moved the mouse across the matplotlib display. #! /usr/bin/env python import matplotlib import matplotlib.pyplot as plt counts = [1, 8, 71] diffs = range(len(co

[Matplotlib-users] mouseevents raise Singular matrix exception

2012-02-20 Thread Edward C. Jones
I use Debian stable. The python-matplotlib package version is 0.99.3-1. Here is a small program which threw many exceptions whenever I moved the mouse across the matplotlib display. #! /usr/bin/env python import matplotlib import matplotlib.pyplot as plt counts = [1, 8, 71] diffs = range(len(co