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 c2c0026 commit 08ac800Copy full SHA for 08ac800
tutorials/colors/colormap-manipulation.py
@@ -26,8 +26,8 @@
26
First, getting a named colormap, most of which are listed in
27
:doc:`/tutorials/colors/colormaps`, may be done using `.matplotlib.colormaps`,
28
which returns a colormap object. The length of the list of colors used
29
-internally to define the colormap and be adjusted via `.Colormap.resampled`.
30
-Blow we use a modest value of 8 so there are not a lot of values to look at.
+internally to define the colormap can be adjusted via `.Colormap.resampled`.
+Below we use a modest value of 8 so there are not a lot of values to look at.
31
32
"""
33
0 commit comments