x axis looks

i want to have this x axe look, not with date, but with any words, i don't find how i can do this

Thx

x_axis_legend.png

i succed,

just do this :

labels = getp(gca(), 'xticklabels')
setp(labels, 'rotation', 45,'horizontalalignment', 'right', fontsize=8)

that's all :wink: