File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -2788,12 +2788,7 @@ def get_tight_layout(self):
2788
2788
pending = True )
2789
2789
def set_tight_layout (self , tight ):
2790
2790
"""
2791
- [*Discouraged*] Set whether and how `.tight_layout` is called when
2792
- drawing.
2793
-
2794
- .. admonition:: Discouraged
2795
-
2796
- This method is discouraged in favor of `~.set_layout_engine`.
2791
+ Set whether and how `.tight_layout` is called when drawing.
2797
2792
2798
2793
Parameters
2799
2794
----------
@@ -2822,8 +2817,7 @@ def get_constrained_layout(self):
2822
2817
pending = True )
2823
2818
def set_constrained_layout (self , constrained ):
2824
2819
"""
2825
- [*Discouraged*] Set whether ``constrained_layout`` is used upon
2826
- drawing.
2820
+ Set whether ``constrained_layout`` is used upon drawing.
2827
2821
2828
2822
If None, :rc:`figure.constrained_layout.use` value will be used.
2829
2823
@@ -2832,10 +2826,6 @@ def set_constrained_layout(self, constrained):
2832
2826
overridden. These pads are in inches and default to 3.0/72.0.
2833
2827
``w_pad`` is the width padding and ``h_pad`` is the height padding.
2834
2828
2835
- .. admonition:: Discouraged
2836
-
2837
- This method is discouraged in favor of `~.set_layout_engine`.
2838
-
2839
2829
Parameters
2840
2830
----------
2841
2831
constrained : bool or dict or None
You can’t perform that action at this time.
0 commit comments