Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49acd2e commit c5081dcCopy full SHA for c5081dc
1 file changed
lib/matplotlib/figure.py
@@ -554,7 +554,7 @@ def set_constrained_layout_pads(self, **kwargs):
554
"""
555
Set padding for ``constrained_layout``. Note the kwargs can be passed
556
as a dictionary ``fig.set_constrained_layout(**paddict)``.
557
-
+
558
See :doc:`/tutorials/intermediate/constrainedlayout_guide`
559
560
Parameters
@@ -592,9 +592,9 @@ def get_constrained_layout_pads(self, relative=False):
592
593
Returns a list of `w_pad, h_pad` in inches and
594
`wspace` and `hspace` as fractions of the subplot.
595
596
597
598
599
----------
600
0 commit comments