8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dcfe2 commit 1a23a5aCopy full SHA for 1a23a5a
lib/matplotlib/axes/_base.py
@@ -1356,7 +1356,6 @@ def apply_aspect(self, position=None):
1356
Use :meth:`_aspect` and :meth:`_adjustable` to modify the
1357
axes box or the view limits.
1358
"""
1359
- print('Apply Aspect')
1360
if position is None:
1361
position = self.get_position(original=True)
1362
@@ -1407,7 +1406,6 @@ def apply_aspect(self, position=None):
1407
1406
pb = position.frozen()
1408
pb1 = pb.shrunk_to_aspect(box_aspect, pb, fig_aspect)
1409
self.set_position(pb1.anchored(self.get_anchor(), pb), 'active')
1410
- print('self.gwet_positions', self.get_position(), self._position)
1411
return
1412
1413
# reset active to original in case it had been changed
0 commit comments