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 ca0195c commit d35061bCopy full SHA for d35061b
lib/matplotlib/figure.py
@@ -555,8 +555,8 @@ def set_constrained_layout_pads(self, **kwargs):
555
Set padding for ``constrained_layout``. Note the kwargs can be passed
556
as a dictionary ``fig.set_constrained_layout(**paddict)``.
557
558
- Parameters:
559
- -----------
+ Parameters
+ ----------
560
561
w_pad : scalar
562
Width padding in inches. This is the pad around axes
@@ -592,8 +592,8 @@ def get_constrained_layout_pads(self, relative=False):
592
Returns a list of `w_pad, h_pad` in inches and
593
`wspace` and `hspace` as fractions of the subplot.
594
595
- Parameter:
596
597
598
relative : boolean
599
If `True`, then convert from inches to figure relative.
0 commit comments