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 e9f0839 commit 661db3fCopy full SHA for 661db3f
1 file changed
lib/matplotlib/tests/test_colorbar.py
@@ -246,6 +246,13 @@ def test_remove_from_figure_no_gridspec():
246
_test_remove_from_figure(False)
247
248
249
+@cleanup
250
+def test_colorbarbase():
251
+ # smoke test from #3805
252
+ ax = plt.gca()
253
+ ColorbarBase(ax, plt.cm.bone)
254
+
255
256
if __name__ == '__main__':
257
import nose
258
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)
0 commit comments