Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34853c2

Browse files
committed
fix formatter4 unit test and image
svn path=/trunk/matplotlib/; revision=7603
1 parent e8f1819 commit 34853c2

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_matplotlib/TestAxes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_formatter_ticker( self ):
8686

8787
fname = self.outFile( "formatter_ticker_004.png" )
8888
ax.plot( xdata, ydata2, color='green', xunits="hour" )
89+
ax.set_xlabel( "x-label 004" )
8990
fig.savefig( fname )
9091
self.checkImage( fname )
9192

7.71 KB
Loading

0 commit comments

Comments
 (0)