Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f1819 commit 34853c2Copy full SHA for 34853c2
2 files changed
test/test_matplotlib/TestAxes.py
@@ -86,6 +86,7 @@ def test_formatter_ticker( self ):
86
87
fname = self.outFile( "formatter_ticker_004.png" )
88
ax.plot( xdata, ydata2, color='green', xunits="hour" )
89
+ ax.set_xlabel( "x-label 004" )
90
fig.savefig( fname )
91
self.checkImage( fname )
92
test/test_matplotlib/baseline/TestAxes/formatter_ticker_004.png
7.71 KB
0 commit comments