plt.savefig("xxx.pdf", format='pdf') 最重要的一点是 不要用 plt.show()
plt.savefig("xxx.pdf", format='pdf')
plt.show()
暂无评论,快来抢首评~
相关推荐