gpt4 book ai didi

python-2.7 - 更改 matplotlib 中刻度标签的字体

转载 作者:行者123 更新时间:2023-12-05 08:12:55 24 4
gpt4 key购买 nike

如何更改 matplotlib 刻度标签的字体?我想将它更改为 Computer Modern 10(我相信在 matplotlib 中称为“cm”),但是,我不想在 TeX 中呈现它。我已经尝试了多种方法来做到这一点,但似乎都不起作用。

最佳答案

func = lambda x, pos: "" if np.isclose(x,0) else x
plt.gca().xaxis.set_major_formatter(matplotlib.ticker.FuncFormatter(func))
plt.gca().yaxis.set_major_formatter(matplotlib.ticker.FuncFormatter(func))

适用于我的情况!

关于python-2.7 - 更改 matplotlib 中刻度标签的字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44662342/

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