Reputation: 118
I am trying to create a bar range plot with a temporal x-axis with matplotlib. As an example see the following :
As far as I see, Matplotlib doesn't directly support this kind of plot. What is the best way to achieve this?
Maybe its possible to adjust a boxplot
or a fill_between
plot?
Upvotes: 4
Views: 8116