質問

Is there a way to remove the labels of the x axis, but not the grid lines?

Both solutions to remove the labels also removed my grid lines.

I tried: axes.get_xaxis().set_visible(False) and axes.get_xaxis().set_ticks([])

役に立ちましたか?

解決

Try this: axes.xaxis.set_tick_params(label1On=False)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top