gpt4 book ai didi

Python Matplotlib 删除 xlabels 但不删除网格

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

有没有办法删除x轴的标签,但不删除网格线?

两种删除标签的解决方案也删除了我的网格线。

我尝试过:axes.get_xaxis().set_visible(False)axes.get_xaxis().set_ticks([])

最佳答案

试试这个:axes.xaxis.set_tick_params(label1On=False)

关于Python Matplotlib 删除 xlabels 但不删除网格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21483236/

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