import os os.getcwd()
pd.options.display.max_rows=1000
plt.savefig("保存图片.svg",bbox_inches='tight') #如果为其他格式要加精度的话 指定 (dpi=XX)