Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2730a26

Browse files
committed
fix import
1 parent c8c3767 commit 2730a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3144,7 +3144,7 @@ def execute_constrained_layout(self, renderer=None):
31443144
-------
31453145
layoutgrid : private debugging object
31463146
"""
3147-
from matplotlib._tight_layout import get_renderer
3147+
from matplotlib.tight_layout import get_renderer
31483148
from matplotlib._constrained_layout import do_constrained_layout
31493149

31503150
_log.debug('Executing constrainedlayout')

0 commit comments

Comments
 (0)