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 d35061b commit f6b0130Copy full SHA for f6b0130
lib/matplotlib/figure.py
@@ -598,7 +598,7 @@ def get_constrained_layout_pads(self, relative=False):
598
relative : boolean
599
If `True`, then convert from inches to figure relative.
600
601
- See: :doc:`/tutorials/intermediate/constrainedlayout_guide`
+ See :doc:`/tutorials/intermediate/constrainedlayout_guide`
602
"""
603
w_pad = self._constrained_layout_pads['w_pad']
604
h_pad = self._constrained_layout_pads['h_pad']
0 commit comments