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 57c7721 commit 6292646Copy full SHA for 6292646
1 file changed
test/test_matplotlib/TestAxes.py
@@ -2,7 +2,7 @@
2
"""The Axes unit-test class implementation."""
3
#=======================================================================
4
5
-from mplTest import MplTestCase
+from mplTest import MplTestCase, units
6
7
8
# Add import modules below.
@@ -88,6 +88,8 @@ def test_formatter_ticker( self ):
88
fig.savefig( fname )
89
self.checkImage( fname )
90
91
+ # See SF bug 2846058
92
+ # https://sourceforge.net/tracker/?func=detail&aid=2846058&group_id=80706&atid=560720
93
fname = self.outFile( "formatter_ticker_005.png" )
94
ax.set_xlabel( "x-label 005" )
95
ax.autoscale_view()
0 commit comments