MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_constrained_layout

Method get_constrained_layout

lib/matplotlib/figure.py:2366–2372  ·  view source on GitHub ↗

Return whether constrained layout is being used. See :ref:`constrainedlayout_guide`.

(self)

Source from the content-addressed store, hash-verified

2364 self.bbox_relative.p1 = (x0 + dx, y0 + dy)
2365
2366 def get_constrained_layout(self):
2367 """
2368 Return whether constrained layout is being used.
2369
2370 See :ref:`constrainedlayout_guide`.
2371 """
2372 return self._parent.get_constrained_layout()
2373
2374 def get_constrained_layout_pads(self, relative=False):
2375 """

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected