We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67a8d6 commit 6a86f69Copy full SHA for 6a86f69
doc/users/plotting/colormaps/lightness.py
@@ -58,7 +58,7 @@
58
59
fig = plt.figure(figsize=(11.5,4*nsubplots))
60
61
- for i, subplot in enumerate(xrange(nsubplots)):
+ for i, subplot in enumerate(range(nsubplots)):
62
63
locs = [] # locations for text labels
64
0 commit comments