标签: python matplotlib latex labels
我有以下python代码:
import matplotlib.pyplot as plt plt.plot(1,1,label=r'$\alpha$') plt.plot(1,1,label=r'$V_b^0$') plt.legend() plt.show()
标签显示不正确。而不是\ alpha有*,而不是V_b ^ 0有V_b ^ E。
我在新电脑上工作。为了使工作正常,我应该改变什么。 我以前没有遇到任何其他笔记本电脑,我曾经工作过的PC。