Python Matplotlib remove xlabels but not grid -


is there way remove labels of x axis, not grid lines?

both solutions remove labels removed grid lines.

i tried: axes.get_xaxis().set_visible(false) , axes.get_xaxis().set_ticks([])

try this: axes.xaxis.set_tick_params(label1on=false)


Comments

Popular posts from this blog

c# - OpenXML hanging while writing elements -

php - regexp cyrillic filename not matches -

java - IntelliJ - No such instance method -