Skip to content

Commit 92fc90d

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#28102: Fix typo in color mapping documentation in quick_start.py
1 parent e92c098 commit 92fc90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: galleries/users_explain/quick_start.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def my_plotter(ax, data1, data2, param_dict):
503503
# Color mapped data
504504
# =================
505505
#
506-
# Often we want to have a third dimension in a plot represented by a colors in
506+
# Often we want to have a third dimension in a plot represented by colors in
507507
# a colormap. Matplotlib has a number of plot types that do this:
508508

509509
X, Y = np.meshgrid(np.linspace(-3, 3, 128), np.linspace(-3, 3, 128))

0 commit comments

Comments
 (0)