python生成图像去除白边

python生成图像去除白边,第1张

命令:

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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/570805.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-09
下一篇 2022-04-09

发表评论

登录后才能评论

评论列表(0条)

保存