8000 Remove print statements · matplotlib/matplotlib@3db5673 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3db5673

Browse files
committed
Remove print statements
1 parent f68b4ea commit 3db5673

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,6 @@ def autoscale_view(self, tight=None, scalex=True, scaley=True):
24282428
case, use :meth:`matplotlib.axes.Axes.relim` prior to calling
24292429
autoscale_view.
24302430
"""
2431-
print('asv', scalex, scaley)
24322431
if tight is not None:
24332432
self._tight = bool(tight)
24342433

@@ -2448,9 +2447,7 @@ def autoscale_view(self, tight=None, scalex=True, scaley=True):
24482447
def handle_single_axis(scale, autoscaleon, shared_axes, interval,
24492448
minpos, axis, margin, stickies, set_bound):
24502449

2451-
print('handle', axis, scale)
24522450
if not (scale and autoscaleon):
2453-
print('nothing to do')
24542451
return # nothing to do...
24552452

24562453
shared = shared_axes.get_siblings(self)

0 commit comments

Comments
 (0)
0