Hello, I've just checked out the source code from github, and I ran the tests. Unfortunately, I get loads of errors (more than 1k), most of them such as the following:
====================================================================== ERROR: matplotlib.tests.test_text.test_multiline.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/decorators.py", line 39, in failer result = f(*args, **kwargs) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/decorators.py", line 148, in do_test self._tol, in_decorator=True) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/compare.py", line 311, in compare_images h1h = np.histogram(h1p, bins=bins)[0] NameError: global name 'bins' is not defined I've tried to have a look at the code, and indeed 'bins' is not defined in this method. I'm not sure if this could be an installation problem. Any idea how I could fix that ? Many thanks, N PS: the developpers mailing list is *really* hard to find. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel