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 cbd5de9

Browse filesBrowse files
jklymaktimhoffm
authored andcommitted
MNT: remove debug from update_title_pos (matplotlib#12821)
1 parent c5b2b49 commit cbd5de9
Copy full SHA for cbd5de9

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-1
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,6 @@ def _update_title_position(self, renderer):
24672467
Update the title position based on the bounding box enclosing
24682468
all the ticklabels and x-axis spine and xlabel...
24692469
"""
2470-
_log.debug('update_title_pos')
24712470

24722471
if self._autotitlepos is not None and not self._autotitlepos:
24732472
_log.debug('title position was updated manually, not adjusting')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.