8000 Fixed mis-edited _base.py · matplotlib/matplotlib@1a23a5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a23a5a

Browse files
committed
Fixed mis-edited _base.py
1 parent 90dcfe2 commit 1a23a5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,6 @@ def apply_aspect(self, position=None):
13561356
Use :meth:`_aspect` and :meth:`_adjustable` to modify the
13571357
axes box or the view limits.
13581358
"""
1359-
print('Apply Aspect')
13601359
if position is None:
13611360
position = self.get_position(original=True)
13621361

@@ -1407,7 +1406,6 @@ def apply_aspect(self, position=None):
14071406
pb = position.frozen()
14081407
pb1 = pb.shrunk_to_aspect(box_aspect, pb, fig_aspect)
14091408
self.set_position(pb1.anchored(self.get_anchor(), pb), 'active')
1410-
print('self.gwet_positions', self.get_position(), self._position)
14111409
return
14121410

14131411
# reset active to original in case it had been changed

0 commit comments

Comments
 (0)
0