8000
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 d6a5179 commit c6544d8Copy full SHA for c6544d8
tutorials/colors/colormap-manipulation.py
@@ -3,7 +3,7 @@
3
Creating Colormaps in Matplotlib
4
********************************
5
6
-Creating and manipulating colormaps in Matplotlib is quite straight-forward
+Creating and manipulating colormaps in Matplotlib is straight-forward
7
using the class `.ListedColormap` and a Nx4 numpy array of values
8
between 0 and 1 to represent the RGBA values of the colormap. There
9
is also a `.LinearSegmentedColormap` class that allows colormaps to be
0 commit comments