diff --git a/tutorials/intermediate/imshow_extent.py b/tutorials/intermediate/imshow_extent.py index 360a5b8e777a..d7200f88254a 100644 --- a/tutorials/intermediate/imshow_extent.py +++ b/tutorials/intermediate/imshow_extent.py @@ -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 diff --git a/tutorials/introductory/images.py b/tutorials/introductory/images.py index d4061bd9a77e..e7061d3299c8 100644 --- a/tutorials/introductory/images.py +++ b/tutorials/introductory/images.py @@ -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. #