I'm trying to preset a distribution of hours in some sort of a graph, I have a data of my runs and I want to know what's the range of hours that I mostly run at.
This is the dataset Im working at, Time column is of type datetime.time
I'd like to see it in some sort of a x axis, where the values are the hours and there is some kind of a block or a mark that there was a run. In general, the goal is to know the range of my running hours
Thanks folks!
Edit: I want it to be in some kind of a boxplot Edit 2: I managed to make something like the second picture but it not really what I wanted it to be. it looks like boxplot doesn't work with datetime so i convereted it to integers. someone have an idea of how can i make x-axis to be HH:MM?