Constrained layout tutorial improvements · matplotlib/matplotlib@553bfab · GitHub
Skip to content

Commit 553bfab

Browse files
Constrained layout tutorial improvements
1 parent 6665bc7 commit 553bfab

3 files changed

Lines changed: 73 additions & 51 deletions

File tree

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 68 additions & 51 deletions

tutorials/intermediate/tight_layout_guide.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
feature and may not work for some cases. It only checks the extents
1111
of ticklabels, axis labels, and titles.
1212
13+
An alternative to *tight_layout* is
14+
:doc:`constrained_layout</tutorials/intermediate/constrainedlayout_guide>`.
15+
1316
1417
Simple Example
1518
==============

tutorials/introductory/customizing.py

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)