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