如何将其保存到配置文件中以及如何将其包含在script.py中?
plt.rcParams['text.latex.preamble']=[r"\usepackage{lmodern}"]
params = {'text.usetex' : True,
'font.size' : 11,
'font.family' : 'lmodern',
'text.latex.unicode': True,
}
plt.rcParams.update(params)
我只在其中存储了以下值:
[letter]
size = 12
万一有人建议我上课,如何将其包括在课程中?
[letter]
size = 12