8000 Merge pull request #15794 from meeseeksmachine/auto-backport-of-pr-15… · matplotlib/matplotlib@79b5648 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79b5648

Browse files
authored
Merge pull request #15794 from meeseeksmachine/auto-backport-of-pr-15793-on-v3.2.x
Backport PR #15793 on branch v3.2.x (fix a couple typos in tutorials)
2 parents 8243ab5 + ee17eb0 commit 79b5648

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