Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bccfe89

Browse files
aliibakerQuLogic
andauthored
Update lib/matplotlib/axes/_axes.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent b52adc2 commit bccfe89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7663,8 +7663,8 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
76637663
raise TypeError(
76647664
"spy() got an unexpected keyword argument 'interpolation'")
76657665
ret = self.imshow(mask, norm=mcolors.NoNorm(),
7666-
interpolation='nearest', aspect=aspect,
7667-
origin=origin, **kwargs)
7666+
interpolation='nearest', aspect=aspect,
7667+
origin=origin, **kwargs)
76687668
else:
76697669
if hasattr(Z, 'tocoo'):
76707670
c = Z.tocoo()

0 commit comments

Comments
 (0)