Reputation: 195
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
Reputation: 136256
You should be able to do that with matplotlib. See skip dates where there is no data.
Upvotes: 1