File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131.. warning::
3232
33- Currently Constrained Layout is **experimental**. The
34- behaviour and API are subject to change, or the whole functionality
35- may be removed without a deprecation period. If you *require* your
36- plots to be absolutely reproducible, get the Axes positions after
37- running Constrained Layout and use ``ax.set_position()`` in your code
38- with ``constrained_layout=False``.
33+ Constrained layout can lead to irreproducible plots
34+ as the solver sometimes returns slightly different results.
35+ If you *require* your plots to be absolutely reproducible, get the
36+ Axes positions after running Constrained Layout and use
37+ ``ax.set_position()`` in your code with ``constrained_layout=False``.
3938
4039Simple Example
4140==============
Original file line number Diff line number Diff line change 66How to use tight-layout to fit plots within your figure cleanly.
77
88*tight_layout* automatically adjusts subplot params so that the
9- subplot(s) fits in to the figure area. This is an experimental
10- feature and may not work for some cases. It only checks the extents
11- of ticklabels, axis labels, and titles.
9+ subplot(s) fits in to the figure area. This feature may not work
10+ for some cases. It only checks the extents of ticklabels, axis labels,
11+ and titles.
1212
1313An alternative to *tight_layout* is :doc:`constrained_layout
1414</tutorials/intermediate/constrainedlayout_guide>`.
You can’t perform that action at this time.
0 commit comments