我从后端收到一条调试matplotlib
消息pgf
:
matplotlib.backends DEBUG backend pgf version unknown
我的 matplotlib 设置类似于
mpl.use("pgf")
mpl.rc('text', usetex=True)
mpl.rcParams['pgf.rcfonts'] = False
mpl.rcParams['pgf.texsystem'] = 'xelatex'
mpl.rcParams["pgf.preamble"] = # xelatex fonts setup and other stuff
有没有办法让这个消息静音?也许需要特定的 pgf 版本?