使Matplotlib在数学模式下显示衬线字体

使Matplotlib在数学模式下显示衬线字体,第1张

使Matplotlib在数学模式下显示衬线字体

解释您要在轴上的文本以及绘图中使用的任何MathText中寻找衬线字体的问题。

import matplotlib.pyplot as pltplt.rcParams["font.family"] = "serif"plt.rcParams["mathtext.fontset"] = "dejavuserif"plt.xlabel(r"$frac{mathrm{1}}{{mathrm{Distance}}^2  (mathrm{m}^2)}$")plt.ylabel("Some normal text")plt.tight_layout()plt.show()



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5668353.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存