Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3908663

Browse filesBrowse 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
Copy full SHA for 3908663

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+5-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.