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 c76aeca commit 6dff273Copy full SHA for 6dff273
lib/matplotlib/image.py
@@ -714,8 +714,8 @@ class NonUniformImage(AxesImage):
714
def __init__(self, ax, **kwargs):
715
"""
716
kwargs are identical to those for AxesImage, except
717
- that 'interpolation' defaults to 'nearest', and 'bilinear'
718
- is the only alternative.
+ that 'nearest', and 'bilinear' are the only supported 'interpolation'
+ options.
719
720
interp = kwargs.pop('interpolation', 'nearest')
721
AxesImage.__init__(self, ax,
0 commit comments