matplotlib.tight_bbox
注意力
这个模块被认为是内部的。
它的使用已被弃用,并将在未来的版本中删除。
中的bbox_inches参数的帮助模块Figure.savefig
。
-
matplotlib._tight_bbox。adjust_bbox ( fig , bbox_inches , fixed_dpi = None ) [source]
临时调整图形,只保存指定区域(bbox_inches)。
它修改了 fig.bbox、fig.bbox_inches、fig.transFigure._boxout 和 fig.patch。虽然图形大小发生变化,但原始图形的比例保持不变。返回一个恢复原始值的函数。
-
matplotlib._tight_bbox。process_figure_for_rasterizing ( fig , bbox_inches_restore , fixed_dpi = None ) [source]
在绘图过程中图形 dpi 发生变化时需要调用的函数(例如,光栅化)。它恢复 bbox 并使用新的 dpi 重新调整它。