How disable the xaxis label or give few labels to in following bar plot
df.reset_index().plot(x ='created_time', y='shares_count', kind = 'bar')
because of it has large number of 'created_time' its coming like this in x axis
How disable the xaxis label or give few labels to in following bar plot
df.reset_index().plot(x ='created_time', y='shares_count', kind = 'bar')
because of it has large number of 'created_time' its coming like this in x axis