File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
77array which will be used as-is) to a rectangular region in dataspace.
88The orientation of the image in the final rendering is controlled by
99the *origin* and *extent* kwargs (and attributes on the resulting
Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments