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 c8c3767 commit 2730a26Copy full SHA for 2730a26
1 file changed
lib/matplotlib/figure.py
@@ -3144,7 +3144,7 @@ def execute_constrained_layout(self, renderer=None):
3144
-------
3145
layoutgrid : private debugging object
3146
"""
3147
- from matplotlib._tight_layout import get_renderer
+ from matplotlib.tight_layout import get_renderer
3148
from matplotlib._constrained_layout import do_constrained_layout
3149
3150
_log.debug('Executing constrainedlayout')
0 commit comments