Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24bc071

Browse files
committed
STY : minor pep8 fix
1 parent 9f13f0b commit 24bc071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4485,8 +4485,8 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
44854485
corner of the axes. If None, default to rc `image.origin`.
44864486
44874487
extent : scalars (left, right, bottom, top), optional, default: None
4488-
The location, in data-coordinates, of the lower-left and upper-right
4489-
corners of the image. If `None`, the image is positioned such that
4488+
The location, in data-coordinates, of the lower-left and
4489+
upper-right If `None`, the image is positioned such that
44904490
the pixel centers fall on zero-based (row, column) indices.
44914491
44924492
shape : scalars (columns, rows), optional, default: None

0 commit comments

Comments
 (0)