Skip to content

Commit c6544d8

Browse files
authored
DOC: minor wording change
1 parent d6a5179 commit c6544d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colormap-manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Creating Colormaps in Matplotlib
44
********************************
55
6-
Creating and manipulating colormaps in Matplotlib is quite straight-forward
6+
Creating and manipulating colormaps in Matplotlib is straight-forward
77
using the class `.ListedColormap` and a Nx4 numpy array of values
88
between 0 and 1 to represent the RGBA values of the colormap. There
99
is also a `.LinearSegmentedColormap` class that allows colormaps to be

0 commit comments

Comments
 (0)