I used the following command to plot my data:
df.plot(x='_time', y='IdCount', kind='bar')
And got this chart:
In order to remove the black characters below the graph I would like to hide the label for the x-axis. How could I do this?
Thanks in advance!