File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,13 @@ Discouraged or deprecated
112
112
:template: autosummary.rst
113
113
:nosignatures:
114
114
115
- Figure.set_constrained_layout
116
- Figure.set_constrained_layout_pads
117
115
Figure.tight_layout
118
116
Figure.set_tight_layout
119
117
Figure.get_tight_layout
118
+ Figure.set_constrained_layout
119
+ Figure.get_constrained_layout
120
+ Figure.set_constrained_layout_pads
121
+ Figure.get_constrained_layout_pads
120
122
121
123
122
124
Interacting
@@ -205,7 +207,7 @@ SubFigure
205
207
206
208
Matplotlib has the concept of a `~.SubFigure `, which is a logical figure inside
207
209
a parent `~.Figure `, which has many of the same methods as the parent. See
208
- `nested_axes_layouts `.
210
+ :ref: `nested_axes_layouts `.
209
211
210
212
.. plot ::
211
213
You can’t perform that action at this time.
0 commit comments