📜  轴与 matplotlib pdf 不兼容 - Go 编程语言代码示例
📅  最后修改于: 2022-03-11 14:45:00.202000             🧑  作者: Mango
代码示例1
# Give bbox_inches='tight' as argument in savefig
plt.savefig('fig.png',bbox_inches='tight')