Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae41a77

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • lib/matplotlib/sphinxext/tests/tinypages

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)