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

Skip to content

Commit de97244

Browse files
dstansbyQuLogic
authored andcommitted
Remove print statements
1 parent f8d64e3 commit de97244

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,6 @@ def autoscale_view(self, tight=None, scalex=True, scaley=True):
24062406
case, use :meth:`matplotlib.axes.Axes.relim` prior to calling
24072407
autoscale_view.
24082408
"""
2409-
print('asv', scalex, scaley)
24102409
if tight is not None:
24112410
self._tight = bool(tight)
24122411

@@ -2426,9 +2425,7 @@ def autoscale_view(self, tight=None, scalex=True, scaley=True):
24262425
def handle_single_axis(scale, autoscaleon, shared_axes, interval,
24272426
minpos, axis, margin, stickies, set_bound):
24282427

2429-
print('handle', axis, scale)
24302428
if not (scale and autoscaleon):
2431-
print('nothing to do')
24322429
return # nothing to do...
24332430

24342431
shared = shared_axes.get_siblings(self)

0 commit comments

Comments
 (0)