Python matplotlib绘图保存图片空白问题

先写plt.savefig()再写plt.show()

plt.savefig('E:\', dpi=750, bbox_inches = 'tight')
plt.show()