Axis ticks in histogram of times in matplotlib/seaborn
问题 I've got a df with messages from a WhatsApp chat, the sender and the corresponding time in datetime format. Time Sender Message 2020-12-21 22:23:00 Sender 1 "..." 2020-12-21 22:26:00 Sender 2 "..." 2020-12-21 22:35:00 Sender 1 "..." I can plot the histogram with sns.histplot(df["Time"], bins=48) But now the ticks on the x-axis don't make much sense. I end up with 30 ticks even though it should be 24 and also the ticks all contain the whole date plus the time where I would want only the time