WizardsSleeve
WizardsSleeve

Reputation: 195

Date/Time Scatter Graph Python Matplotlib

I have a number of unix timestamps that I wish to plot only the days, as in Monday-Sunday on the x axis. My data only contains data for Saturday and Sunday but I still want to show the other days along the x axis. How can I go about doing this?

Many Thanks

Upvotes: 0

Views: 280

Answers (1)

Maxim Egorushkin
Maxim Egorushkin

Reputation: 136256

You should be able to do that with matplotlib. See skip dates where there is no data.

Upvotes: 1

Related Questions