gpt4 book ai didi

python-2.7 - 升级后的python matplotlib更改了 latex 字体

转载 作者:行者123 更新时间:2023-12-04 01:57:06 25 4
gpt4 key购买 nike

在升级我的 matplotlib 库 (macOS) 之前,我的图形文本中有以下 latex 字体:enter image description here

但是在更新后,我得到以下字体:enter image description here

在这两个代码中,我都使用了以下命令:plt.title(r'$L_x = 1\mathrm{m},\\phi_{in}=1$')。你能帮我把第一个数字的字体弄回来吗?

非常感谢

最佳答案

MathText有自己的字体集。您可以通过 rcParam 设置它mathtext.fontset.

#mathtext.fontset : dejavusans ## Should be 'dejavusans' (default),
## 'dejavuserif', 'cm' (Computer Modern), 'stix',
## 'stixsans' or 'custom'

要获得衬线 MathText,请使用 dejavuserifcmstix

例子

plt.rcParams["mathtext.fontset"] = "stix"

关于python-2.7 - 升级后的python matplotlib更改了 latex 字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49809824/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com