I am plotting dates vs integars. However because the date range is 100 days apart, matplotlib automatically includes every date between the 100 days, even when only 20 or so have data to plot. So my questions is, how do i get the x axis to only produce the dates that have data to plot? Also, at the moment the dates are squashed in a horizontal way, how do i get them in a vertical way so more can fit?I am plotting dates vs integars. However becaus