|
From: <jd...@us...> - 2009-08-30 18:50:35
|
Revision: 7603
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7603&view=rev
Author: jdh2358
Date: 2009-08-30 17:55:08 +0000 (Sun, 30 Aug 2009)
Log Message:
-----------
fix formatter4 unit test and image
Modified Paths:
--------------
trunk/matplotlib/test/test_matplotlib/TestAxes.py
trunk/matplotlib/test/test_matplotlib/baseline/TestAxes/formatter_ticker_004.png
Modified: trunk/matplotlib/test/test_matplotlib/TestAxes.py
===================================================================
--- trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-08-30 16:29:30 UTC (rev 7602)
+++ trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-08-30 17:55:08 UTC (rev 7603)
@@ -86,6 +86,7 @@
fname = self.outFile( "formatter_ticker_004.png" )
ax.plot( xdata, ydata2, color='green', xunits="hour" )
+ ax.set_xlabel( "x-label 004" )
fig.savefig( fname )
self.checkImage( fname )
Modified: trunk/matplotlib/test/test_matplotlib/baseline/TestAxes/formatter_ticker_004.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|