Test

python -i svn/matplotlib/test/run-mpl-test.py

...

···

======================================================================
FAIL: Test numpy shaped data.
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/home/nwagner/svn/matplotlib/test/test_plots/TestPlot.py", line 129, in test_shaped_data
     self.checkImage( fname )
   File "/home/nwagner/svn/matplotlib/test/mplTest/MplTestCase.py", line 57, in checkImage
     self.fail( msg + "\n" + errorMessage )
AssertionError:
   Error: Image files did not match.
   RMS Value: 3.26978179241
   Expected:
     /home/nwagner/svn/matplotlib/test/test_plots/baseline/TestPlot/shaped_data.png
   Actual:
     /home/nwagner/svn/matplotlib/test/test_plots/outputs/shaped_data.png
   Tolerance: 0.001

----------------------------------------------------------------------
Ran 16 tests in 6.476s

FAILED (failures=1)