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