Commit b34c605
Documentation for using ConnectionPatch across Axes with constrained_… (matplotlib#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.
matplotlib#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
File tree
2 files changed
+24
-2
lines changed- lib/matplotlib
- tutorials/intermediate
2 files changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4215 | 4215 | | |
4216 | 4216 | | |
4217 | 4217 | | |
4218 | | - | |
4219 | | - | |
| 4218 | + | |
4220 | 4219 | | |
4221 | 4220 | | |
4222 | 4221 | | |
| |||
4259 | 4258 | | |
4260 | 4259 | | |
4261 | 4260 | | |
| 4261 | + | |
| 4262 | + | |
| 4263 | + | |
| 4264 | + | |
| 4265 | + | |
| 4266 | + | |
| 4267 | + | |
| 4268 | + | |
| 4269 | + | |
| 4270 | + | |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
| 4276 | + | |
4262 | 4277 | | |
4263 | 4278 | | |
4264 | 4279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
584 | 591 | | |
585 | 592 | | |
586 | 593 | | |
| |||
0 commit comments