8000 try if plt.show() makes tests work · matplotlib/matplotlib@ae41a77 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae41a77

Browse files
committed
try if plt.show() makes tests work
1 parent 4174eab commit ae41a77

File tree

1 file changed

+2
-0
lines changed
  • lib/matplotlib/sphinxext/tests/tinypages

1 file changed

+2
-0
lines changed

lib/matplotlib/sphinxext/tests/tinypages/range4.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
plt.figure()
44
plt.plot(range(4))
5+
plt.show()
56

67
def range6():
78
plt.figure()
89
plt.plot(range(6))
10+
plt.show()

0 commit comments

Comments
 (0)
0