matplotlib.artist.Artist.get_in_layout#
- Artist.get_in_layout()[source]#
Return boolean flag,
True
if artist is included in layout calculations.E.g. Constrained layout guide,
Figure.tight_layout()
, andfig.savefig(fname, bbox_inches='tight')
.
`); Plot typesUser guideTutorialsExamplesReferenceContributeReleases GitterGitter DiscourseDiscourse GitHubGitHubPlot typesUser guideTutorialsExamplesReferenceContributeReleases GitterGitter DiscourseDiscourse GitHubGitHubSection Navigationmatplotlibmatplotlibmatplotlib.animationmatplotlib.animationmatplotlib.animation.Animationmatplotlib.animation.FuncAnimationmatplotlib.animation.ArtistAnimationmatplotlib.animation.Pi..." />`); Plot typesUser guideTutorialsExamplesReferenceContributeReleases GitterGitter DiscourseDiscourse GitHubGitHubPlot typesUser guideTutorialsExamplesReferenceContributeReleases GitterGitter DiscourseDiscourse GitHubGitHubSection Navigationmatplotlibmatplotlibmatplotlib.animationmatplotlib.animationmatplotlib.animation.Animationmatplotlib.animation.FuncAnimationmatplotlib.animation.ArtistAnimationmatplotlib.animation.Pi..." />
Return boolean flag, True
if artist is included in layout
calculations.
E.g. Constrained layout guide,
Figure.tight_layout()
, and
fig.savefig(fname, bbox_inches='tight')
.