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.
2 parents ef32d22 + 0729ddb commit 08da740Copy full SHA for 08da740
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -165,7 +165,7 @@ def prepare_data(d, init):
165
'Interpolation',
166
[mappable.get_interpolation(), *interpolations]))
167
168
- interpolation_stages = ['data', 'rgba']
+ interpolation_stages = ['data', 'rgba', 'auto']
169
mappabledata.append((
170
'Interpolation stage',
171
[mappable.get_interpolation_stage(), *interpolation_stages]))
lib/matplotlib/image.py
@@ -722,7 +722,7 @@ def get_interpolation_stage(self):
722
"""
723
Return when interpolation happens during the transform to RGBA.
724
725
- One of 'data', 'rgba'.
+ One of 'data', 'rgba', 'auto'.
726
727
return self._interpolation_stage
728
0 commit comments