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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -