Skip to content

Commit eee3148

Browse files
authored
DOC: Fix text formatting of imshow_extent example (matplotlib#30471)
* DOC: Make text font normal rather than italics * DOC: Update the title of imshow_extent.py
1 parent a3fcf0b commit eee3148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/artists/imshow_extent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
.. _imshow_extent:
55
6-
*origin* and *extent* in `~.Axes.imshow`
7-
========================================
6+
Positioning and orientation of `~.Axes.imshow` images
7+
=====================================================
88
99
:meth:`~.Axes.imshow` allows you to render an image (either a 2D array which
1010
will be color-mapped (based on *norm* and *cmap*) or a 3D RGB(A) array which

0 commit comments

Comments
 (0)