8000 Update range4.py · matplotlib/matplotlib@21472e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21472e5

Browse files
committed
Update range4.py
1 parent 5996680 commit 21472e5

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
plt.figure()
44
plt.plot(range(4))
55
plt.show()
6-
7-
def range6():
8-
plt.figure()
9-
plt.plot(range(6))
10-
plt.show()

0 commit comments

Comments
 (0)
0