配置文件-更多行

时间:2019-10-18 19:40:03

标签: python-3.x configuration

如何将其保存到配置文件中以及如何将其包含在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

0 个答案:

没有答案