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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions galleries/users_explain/axes/tight_layout_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ def example_plot(ax, fontsize=12):
# a limitation of the current algorithm, and it is not clear why it
# happens. Meanwhile, use of pad larger than 0.3 is recommended.
#
# * The algorithm of ``tight_layout`` does not necessarily converge,
# i.e. calling ``tight_layout`` multiple times can lead to slight
# variations in the layout between the calls.
#
# Use with GridSpec
# =================
#
Expand Down