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 dd2cb75

Browse filesBrowse files
committed
fix typo
1 parent 7623a6f commit dd2cb75
Copy full SHA for dd2cb75

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/image.py

Copy file name to clipboardExpand all lines: lib/matplotlib/image.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ class NonUniformImage(AxesImage):
733733
def __init__(self, ax, **kwargs):
734734
"""
735735
kwargs are identical to those for AxesImage, except
736-
that 'nearest', and 'bilinear' are the only supported 'interpolation'
736+
that 'nearest' and 'bilinear' are the only supported 'interpolation'
737737
options.
738738
"""
739739
interp = kwargs.pop('interpolation', 'nearest')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.