10000 Merge pull request #14482 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@3908663 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3908663

Browse files
authored
Merge pull request #14482 from meeseeksmachine/auto-backport-of-pr-14464-on-v3.1.x
Backport PR #14464 on branch v3.1.x (Mention origin and extent tutorial in API docs for origin kwarg)
2 parents 5832b6b + cfd0bf3 commit 3908663

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5584,6 +5584,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
55845584
Note that the vertical axes points upward for 'lower'
55855585
but downward for 'upper'.
55865586
5587+
See the :doc:`/tutorials/intermediate/imshow_extent` tutorial for
5588+
examples and a more detailed description.
5589+
55875590
extent : scalars (left, right, bottom, top), optional
55885591
The bounding box in data coordinates that the image will fill.
55895592
The image is stretched individually along x and y to fill the box.
@@ -5601,8 +5604,8 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
56015604
- For ``origin == 'lower'`` the default is
56025605
``(-0.5, numcols-0.5, -0.5, numrows-0.5)``.
56035606
5604-
See the example :doc:`/tutorials/intermediate/imshow_extent` for a
5605-
more detailed description.
5607+
See the :doc:`/tutorials/intermediate/imshow_extent` tutorial for
5608+
examples and a more detailed description.
56065609
56075610
filternorm : bool, optional, default: True
56085611
A parameter for the antigrain image resize filter (see the

0 commit comments

Comments
 (0)
0