I need to type Greek letters and the Angstrom symbol in labels of axes in a plot. So for example
fig.gca().set_xlabel("$wavelength, (Angstrom)$")
fig.gca().set_ylabel("$lambda$")
except that I actually want "Angstrom" and "lambda" replaced by actual symbols. How should I do this? Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…