Plotted using Autoplotter in jupyter where hours are in countsplot of Timestamp Vs Temp
I have a csv file, that contains a column called hours. While plotting that in x axis for line graph in plotly , it is getting represented in the form of counts like
0K, 50K,………..250K. The frequency seems to be 1
Is there any way to adjust the ticks according to timestamp?
Thanks in advance..