8000 Fix summary for imshow in doc tables. · matplotlib/matplotlib@54b08fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b08fa

Browse files
committed
Fix summary for imshow in doc tables.
1 parent 664fae5 commit 54b08fa

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
Original file line numberDiff line numberDiff line change
@@ -5329,7 +5329,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
53295329
origin=None, extent=None, *, filternorm=True, filterrad=4.0,
53305330
resample=None, url=None, **kwargs):
53315331
"""
5332-
Display data as an image; i.e. on a 2D regular raster.
5332+
Display data as an image, i.e., on a 2D regular raster.
53335333
53345334
The input may either be actual RGB(A) data, or 2D scalar data, which
53355335
will be rendered as a pseudocolor image. For displaying a grayscale

0 commit comments

Comments
 (0)
0