我需要在绘图中的轴标签中键入希腊字母和Angstrom符号.所以举个例子
fig.gca().set_xlabel("$wavelength\, (Angstrom)$") fig.gca().set_ylabel("$lambda$")
除了我实际上想要用实际符号代替"Angstrom"和"lambda".我该怎么做?谢谢!
python matplotlib
matplotlib ×1
python ×1