8000 Minor fix to commit 24bc071 · matplotlib/matplotlib@c2d5ab3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2d5ab3

Browse files
committed
Minor fix to commit 24bc071
Still pep8 compliant.
1 parent 7f7aa5e commit c2d5ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
< 453D td data-grid-cell-id="diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900-4490-4490-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">4490
Original file line numberDiff line numberDiff line change
@@ -4486,7 +4486,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
44864486
44874487
extent : scalars (left, right, bottom, top), optional, default: None
44884488
The location, in data-coordinates, of the lower-left and
4489-
upper-right If `None`, the image is positioned such that
4489+
upper-right corners. If `None`, the image is positioned such that
4490
the pixel centers fall on zero-based (row, column) indices.
44914491
44924492
shape : scalars (columns, rows), optional, default: None

0 commit comments

Comments
 (0)
0