Thanks to visit codestin.com Credit goes to github.com
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 3c29961 commit e442647Copy full SHA for e442647
1 file changed
doc/users/plotting/colormaps/lightness.py
@@ -34,7 +34,7 @@
34
for cmap_category, cmap_list in cmaps:
35
36
# Do subplots so that colormaps have enough space.
37
- # Default is 5 colormaps per subplot.
+ # Default is 6 colormaps per subplot.
38
dsub = _DSUBS.get(cmap_category, 6)
39
nsubplots = int(np.ceil(len(cmap_list) / float(dsub)))
40
0 commit comments