matplotlib.artist.Artist.get_in_layout#
- Artist.get_in_layout()[source]#
返回布尔标志,如果艺术家包含在布局计算中,则为
True。例如 约束布局指南 (Constrained layout guide),
Figure.tight_layout(), 以及fig.savefig(fname, bbox_inches='tight')。
返回布尔标志,如果艺术家包含在布局计算中,则为True。
例如 约束布局指南 (Constrained layout guide), Figure.tight_layout(), 以及 fig.savefig(fname, bbox_inches='tight')。