gpt4 book ai didi

python /Matplotlib : How to plot in a subplot with ticks but no tick labels?

转载 作者:太空宇宙 更新时间:2023-11-04 07:08:53 28 4
gpt4 key购买 nike

我可以删除刻度标签:

ax.axes.get_yaxis().set_visible(False)

但这也消除了滴答声。我想保留蜱虫。

最佳答案

只需使用一个NullFormatter

ax = plt.gca()
ax.yaxis.set_major_formatter(matplotlib.ticker.NullFormatter())
plt.draw()

关于 python /Matplotlib : How to plot in a subplot with ticks but no tick labels?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23618733/

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