Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit3d1a1bc

Browse files
authored
Merge pull request#15793 from dchudz/fix-typos
fix a couple typos in tutorials
2 parentsfdfcbeb +15f0689 commit3d1a1bc

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*) orand 3D RGB(A)
6+
which will be color-mapped (based on *norm* and *cmap*) ora 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 youchange youswitch 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)

[8]ページ先頭

©2009-2025 Movatter.jp