8000 Python3 lightness.py · matplotlib/matplotlib@78abc3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 78abc3e

Browse files
committed
Python3 lightness.py
1 parent dfe97f2 commit 78abc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/plotting/colormaps/lightness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
fig = plt.figure(figsize=(11.5,4*nsubplots))
6060

61-
for i, subplot in enumerate(xrange(nsubplots)):
61+
for i, subplot in enumerate(range(nsubplots)):
6262

6363
locs = [] # locations for text labels
6464

0 commit comments

Comments
 (0)
0