File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
doc/api/next_api_changes/deprecations Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pending deprecation of layout methods
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3- The methods `~Figure.set_tight_layout `, `~Figure.set_constrained_layout `,
3+ The methods `~. Figure.set_tight_layout `, `~. Figure.set_constrained_layout `,
44are discouraged, and now emit a ``PendingDeprecationWarning `` in favor of
55explicitly referencing the layout engine via
6- `figure.set_layout_engine('tight') ` and
7- `figure.set_layout_engine('constrained') `. End users should not see the
6+ `` figure.set_layout_engine('tight') ` ` and
7+ `` figure.set_layout_engine('constrained') ` `. End users should not see the
88warning, but library authors should adjust.
99
10- The methods `~Figure.set_constrained_layout_pads ` and
11- `~Figure.get_constrained_layout_pads ` are will be deprecated in favor of
10+ The methods `~. Figure.set_constrained_layout_pads ` and
11+ `~. Figure.get_constrained_layout_pads ` are will be deprecated in favor of
1212``figure.get_layout_engine().set() `` and
1313``figure.get_layout_engine().get() ``, and currently emit a
1414``PendingDeprecationWarning ``.
You can’t perform that action at this time.
0 commit comments