Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 661db3f

Browse filesBrowse files
committed
TST : added ColorbarBase smoketest
1 parent e9f0839 commit 661db3f
Copy full SHA for 661db3f

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎lib/matplotlib/tests/test_colorbar.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colorbar.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,13 @@ def test_remove_from_figure_no_gridspec():
246246
_test_remove_from_figure(False)
247247

248248

249+
@cleanup
250+
def test_colorbarbase():
251+
# smoke test from #3805
252+
ax = plt.gca()
253+
ColorbarBase(ax, plt.cm.bone)
254+
255+
249256
if __name__ == '__main__':
250257
import nose
251258
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.