8000 Backport PR #15793: fix a couple typos in tutorials · matplotlib/matplotlib@ee17eb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee17eb0

Browse files
timhoffmMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #15793: fix a couple typos in tutorials
1 parent 8243ab5 commit ee17eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/intermediate/imshow_extent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
========================================
44
55
:meth:`~.Axes.imshow` allows you to render an image (either a 2D array
6-
which will be color-mapped (based on *norm* and *cmap*) or and 3D RGB(A)
6+
which will be color-mapped (based on *norm* and *cmap*) or a 3D RGB(A)
77
array which will be used as-is) to a rectangular region in dataspace.
88
The orientation of the image in the final rendering is controlled by
99
the *origin* and *extent* kwargs (and attributes on the resulting

tutorials/introductory/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183
###############################################################################
184184
# This adds a colorbar to your existing figure. This won't
185-
# automatically change if you change you switch to a different
185+
# automatically change if you switch to a different
186186
# colormap - you have to re-create your plot, and add in the colorbar
187187
# again.
188188
#

0 commit comments

Comments
 (0)
0