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.
test_subplots
1 parent f31d7c4 commit f80fb74Copy full SHA for f80fb74
1 file changed
lib/matplotlib/tests/test_subplots.py
@@ -129,16 +129,6 @@ def test_subplots_offsettext():
129
axes[1, 1].plot(y, x)
130
131
132
-@cleanup
133
-def test_subplots():
134
- # things to test
135
- # - are axes actually shared?
136
- # - are tickmarks correctly hidden?
137
- test_shared()
138
- # - are exceptions thrown correctly
139
- test_exceptions()
140
-
141
142
if __name__ == "__main__":
143
import nose
144
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)
0 commit comments