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 591b46a

Browse filesBrowse files
committed
DOC
1 parent 6cc750d commit 591b46a
Copy full SHA for 591b46a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎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
@@ -566,7 +566,7 @@ def _make_image(self, A, in_bbox, out_bbox, clip_bbox, magnification=1.0,
566566
cbook._setattr_cm(self.norm, vmin=s_vmin, vmax=s_vmax):
567567
output = self.norm(resampled_masked)
568568
else:
569-
if A.ndim == 2: # interpolation_stage == 'rgba'
569+
if A.ndim == 2: # interpolation_stage = 'rgba'
570570
self.norm.autoscale_None(A)
571571
A = self.to_rgba(A)
572572
alpha = self._get_scalar_alpha()

0 commit comments

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