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

Skip to content

Commit e703cae

Browse files
author
bakes
committed
Styling fix
1 parent e7309ae commit e703cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7664,8 +7664,8 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
76647664
"spy() got an unexpected keyword argument 'interpolation'")
76657665
if 'norm' not in kwargs:
76667666
kwargs['norm'] = mcolors.NoNorm()
7667-
ret = self.imshow(mask, interpolation='nearest',
7668-
aspect=aspect, origin=origin,
7667+
ret = self.imshow(mask, interpolation='nearest',
7668+
aspect=aspect, origin=origin,
76697669
**kwargs)
76707670
else:
76717671
if hasattr(Z, 'tocoo'):

0 commit comments

Comments
 (0)