Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffb118a

Browse filesBrowse files
authored
Merge pull request #14570 from dstansby/remove-print
Remove print statements
2 parents 90e25ec + 3db5673 commit ffb118a
Copy full SHA for ffb118a

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.