gpt4 book ai didi

python - matplotlib 标题中的非 Latex 口音

转载 作者:太空宇宙 更新时间:2023-11-04 01:11:09 25 4
gpt4 key购买 nike

我想使用 matplotlib 中默认的 sans-serif 字体来编写绘图标题,其中必须包含一个“ä”,德语 a-umlaut。如果发现通常在 python 中,这是通过在开头声明 # -*- coding: utf-8 -*- 来完成的。然而,当我在绘图中使用非 ascii 字符时出现错误。除此之外,我只找到了使用 $\"a$ 的解决方案,给我一个斜体 LaTeX 字母。使用 \mathrm 给我非斜体 LaTeX 字体. 有没有办法使用默认的 matplotlib 字体来做到这一点,我将其用于该图中的所有其他文本?

最佳答案

你必须使用 unicode 字符串:

import matplotlib.pyplot as plt
plt.title(u"Übergrößenträger")
plt.show()

(注意 u)

关于python - matplotlib 标题中的非 Latex 口音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27558559/

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