Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5081dc

Browse files
authored
more
1 parent 49acd2e commit c5081dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/figure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ def set_constrained_layout_pads(self, **kwargs):
554554
"""
555555
Set padding for ``constrained_layout``. Note the kwargs can be passed
556556
as a dictionary ``fig.set_constrained_layout(**paddict)``.
557-
557+
558558
See :doc:`/tutorials/intermediate/constrainedlayout_guide`
559559
560560
Parameters
@@ -592,9 +592,9 @@ def get_constrained_layout_pads(self, relative=False):
592592
593593
Returns a list of `w_pad, h_pad` in inches and
594594
`wspace` and `hspace` as fractions of the subplot.
595-
595+
596596
See :doc:`/tutorials/intermediate/constrainedlayout_guide`
597-
597+
598598
Parameters
599599
----------
600600

0 commit comments

Comments
 (0)