命令:
matplotlib.pyplot.savefig
plt.savefig('dataout/'+fname+'.png',bbox_inches='tight',pad_inches=0.0)
bbox_inches = 'tight'的时候,设置pad_inches = 0.0,可以减少一些白边
从上面变成下面,一般情况下够用了,但是本次处理还是不够用
参考网址:
https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.savefig.html#chttps://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.savefig.html#
https://matplotlib.org/3.5.0/tutorials/introductory/customizing.html?highlight=savefig.bbox#a-sample-matplotlibrc-file
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)