We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7623a6f commit dd2cb75Copy full SHA for dd2cb75
lib/matplotlib/image.py
@@ -733,7 +733,7 @@ class NonUniformImage(AxesImage):
733
def __init__(self, ax, **kwargs):
734
"""
735
kwargs are identical to those for AxesImage, except
736
- that 'nearest', and 'bilinear' are the only supported 'interpolation'
+ that 'nearest' and 'bilinear' are the only supported 'interpolation'
737
options.
738
739
interp = kwargs.pop('interpolation', 'nearest')
0 commit comments