File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
========================================
4
4
5
5
: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)
7
7
array which will be used as-is) to a rectangular region in dataspace.
8
8
The orientation of the image in the final rendering is controlled by
9
9
the *origin* and *extent* kwargs (and attributes on the resulting
Original file line number Diff line number Diff line change 182
182
183
183
###############################################################################
184
184
# 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
186
186
# colormap - you have to re-create your plot, and add in the colorbar
187
187
# again.
188
188
#
You can’t perform that action at this time.
0 commit comments