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 7e4924f commit 041bd4dCopy full SHA for 041bd4d
lib/matplotlib/image.py
@@ -733,8 +733,8 @@ class NonUniformImage(AxesImage):
733
def __init__(self, ax, **kwargs):
734
"""
735
kwargs are identical to those for AxesImage, except
736
- that 'interpolation' defaults to 'nearest', and 'bilinear'
737
- is the only alternative.
+ that 'nearest', and 'bilinear' are the only supported 'interpolation'
+ options.
738
739
interp = kwargs.pop('interpolation', 'nearest')
740
AxesImage.__init__(self, ax,
0 commit comments