Skip to content

Commit e442647

Browse files
committed
Fix minor typo
1 parent 3c29961 commit e442647

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
@@ -34,7 +34,7 @@
3434
for cmap_category, cmap_list in cmaps:
3535

3636
# Do subplots so that colormaps have enough space.
37-
# Default is 5 colormaps per subplot.
37+
# Default is 6 colormaps per subplot.
3838
dsub = _DSUBS.get(cmap_category, 6)
3939
nsubplots = int(np.ceil(len(cmap_list) / float(dsub)))
4040

0 commit comments

Comments
 (0)