Thanks to visit codestin.com Credit goes to github.com
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 0d1fcb4 commit 409a943Copy full SHA for 409a943
lib/matplotlib/image.py
@@ -734,7 +734,7 @@ class NonUniformImage(AxesImage):
734
def __init__(self, ax, **kwargs):
735
"""
736
kwargs are identical to those for AxesImage, except
737
- that 'nearest', and 'bilinear' are the only supported 'interpolation'
+ that 'nearest' and 'bilinear' are the only supported 'interpolation'
738
options.
739
740
interp = kwargs.pop('interpolation', 'nearest')
0 commit comments