Skip to content

Commit 5f7dbba

Browse files
authored
Merge pull request matplotlib#28120 from meeseeksmachine/auto-backport-of-pr-28102-on-v3.9.x
Backport PR matplotlib#28102 on branch v3.9.x (Fix typo in color mapping documentation in quick_start.py)
2 parents e92c098 + 92fc90d commit 5f7dbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)