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

Skip to content

Commit 9bd3d8f

Browse files
committed
Fix typo
1 parent f51bf2b commit 9bd3d8f

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
@@ -7782,7 +7782,7 @@ def matshow(self, Z, **kwargs):
77827782
Notes
77837783
-----
77847784
This is just a convenience function wrapping `.imshow` to set useful
7785-
defaults for a displaying a matrix. In particular:
7785+
defaults for displaying a matrix. In particular:
77867786
77877787
- Set ``origin='upper'``.
77887788
- Set ``interpolation='nearest'``.

0 commit comments

Comments
 (0)