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

Skip to content

Commit b74ca0c

Browse files
committed
docs: flake
1 parent fbc4505 commit b74ca0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/stairs_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
[2, 4, 6],
5151
[3, 6, 9]]
5252

53-
for i in range(range(len(A) - 1)):
53+
for i in range(len(A) - 1):
5454
plt.stairs(A[i+1], baseline=A[i], fill=True)
5555

5656
#############################################################################

0 commit comments

Comments
 (0)