Thanks to visit codestin.com Credit goes to github.com
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 c5b2b49 commit cbd5de9Copy full SHA for cbd5de9
1 file changed
lib/matplotlib/axes/_base.py
@@ -2467,7 +2467,6 @@ def _update_title_position(self, renderer):
2467
Update the title position based on the bounding box enclosing
2468
all the ticklabels and x-axis spine and xlabel...
2469
"""
2470
- _log.debug('update_title_pos')
2471
2472
if self._autotitlepos is not None and not self._autotitlepos:
2473
_log.debug('title position was updated manually, not adjusting')
0 commit comments