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 f6ba2b7

Browse filesBrowse files
committed
Add small stackplot smoke test
1 parent 7809b91 commit f6ba2b7
Copy full SHA for f6ba2b7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-0
lines changed

‎lib/matplotlib/tests/test_pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_pyplot.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ def test_pyplot_box():
3131
assert not ax.get_frame_on()
3232
plt.box()
3333
assert ax.get_frame_on()
34+
35+
36+
def test_stackplot_smoke():
37+
# Small smoke test for stackplot (see #12405)
38+
plt.stackplot([1, 2, 3], [1, 2, 3])

0 commit comments

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