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

Method get_in_layout

lib/matplotlib/artist.py:903–912  ·  view source on GitHub ↗

Return boolean flag, ``True`` if artist is included in layout calculations. E.g. :ref:`constrainedlayout_guide`, `.Figure.tight_layout()`, and ``fig.savefig(fname, bbox_inches='tight')``.

(self)

Source from the content-addressed store, hash-verified

901 return self._animated
902
903 def get_in_layout(self):
904 """
905 Return boolean flag, ``True`` if artist is included in layout
906 calculations.
907
908 E.g. :ref:`constrainedlayout_guide`,
909 `.Figure.tight_layout()`, and
910 ``fig.savefig(fname, bbox_inches='tight')``.
911 """
912 return self._in_layout
913
914 def _get_in_autoscale(self):
915 """

Callers 14

do_constrained_layoutFunction · 0.80
make_layout_marginsFunction · 0.80
make_margin_suptitlesFunction · 0.80
match_submerged_marginsFunction · 0.80
reposition_axesFunction · 0.80
reset_marginsFunction · 0.80
_get_ticklabel_bboxesMethod · 0.80
get_tightbboxMethod · 0.80
get_tightbboxMethod · 0.80
_auto_adjust_subplotparsFunction · 0.80

Calls

no outgoing calls