Skip to content

fix a couple typos in tutorials #15793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/intermediate/imshow_extent.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
========================================

:meth:`~.Axes.imshow` allows you to render an image (either a 2D array
which will be color-mapped (based on *norm* and *cmap*) or and 3D RGB(A)
which will be color-mapped (based on *norm* and *cmap*) or a 3D RGB(A)
array which will be used as-is) to a rectangular region in dataspace.
The orientation of the image in the final rendering is controlled by
the *origin* and *extent* kwargs (and attributes on the resulting
Expand Down
2 changes: 1 addition & 1 deletion tutorials/introductory/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

###############################################################################
# This adds a colorbar to your existing figure. This won't
# automatically change if you change you switch to a different
# automatically change if you switch to a different
# colormap - you have to re-create your plot, and add in the colorbar
# again.
#
Expand Down