Skip to content

Commit a8cf3b0

Browse files
committed
DOC
1 parent 122aaed commit a8cf3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines 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)