Documentation for using ConnectionPatch across Axes with constrained_… · matplotlib/matplotlib@b34c605 · GitHub
Skip to content

Commit b34c605

Browse files
Mark WolfImportanceOfBeingErnest
authored andcommitted
Documentation for using ConnectionPatch across Axes with constrained_… (#14957)
* Documentation for using ConnectionPatch across Axes with constrained_layout. When using a figure with contrained layout management, adding a ConnectionPatch between different subplot Axes breaks the layout. The artist should be removed from layout considerations before being added to the axes. This commit notes this fix in the documentation. #14907 * Made documentation more general for artist limitations in constrained_layout. * Revised the ConnectionPatch documentation to suggest Figure.add_artist().
1 parent 22d7689 commit b34c605

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

lib/matplotlib/patches.py

Lines changed: 17 additions & 2 deletions

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 7 additions & 0 deletions

0 commit comments

Comments
 (0)