Skip to content

Commit 3d1a1bc

Browse files
authored
Merge pull request #15793 from dchudz/fix-typos
fix a couple typos in tutorials
2 parents fdfcbeb + 15f0689 commit 3d1a1bc

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)