我在一个 jupyter notebook 中工作,它产生了几个数字,每个数字都保存到一个 svg 文件中。
在每次打电话给savefig()我时,我bbox_inches='tight'都是这样使用的:
ax.figure.savefig(path.join(graphics_dir,'filename1.svg'),bbox_inches='tight')
ax.figure.savefig(path.join(graphics_dir,'filename2.svg'),bbox_inches='tight')
...
是否有一些配置设置我可以用来bbox_inches='tight'为整个笔记本设置,这样我就不必每次都传递它?
谢谢!
慕妹3242003
相关分类