Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08da740

Browse filesBrowse files
authored
Merge pull request #28783 from anntzer/isa
2 parents ef32d22 + 0729ddb commit 08da740
Copy full SHA for 08da740

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/matplotlib/backends/qt_editor/figureoptions.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/qt_editor/figureoptions.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def prepare_data(d, init):
165165
'Interpolation',
166166
[mappable.get_interpolation(), *interpolations]))
167167

168-
interpolation_stages = ['data', 'rgba']
168+
interpolation_stages = ['data', 'rgba', 'auto']
169169
mappabledata.append((
170170
'Interpolation stage',
171171
[mappable.get_interpolation_stage(), *interpolation_stages]))

‎lib/matplotlib/image.py

Copy file name to clipboardExpand all lines: lib/matplotlib/image.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def get_interpolation_stage(self):
722722
"""
723723
Return when interpolation happens during the transform to RGBA.
724724
725-
One of 'data', 'rgba'.
725+
One of 'data', 'rgba', 'auto'.
726726
"""
727727
return self._interpolation_stage
728728

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.