You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pandas 0.8.0, the time series plotting will be much improved (see
attached example plot)
What I'd love to see is an option to switch the reference time value off for aggregated time series.
Examples:
I have an average of wind speeds created from 5 years of data --> plotting a year would not make sense
daily maximum temperatures recoded during a single month --> depending on the case, showing the reference month or not could be desirable.
The text was updated successfully, but these errors were encountered:
In mpl each data type is mapped to a single converter, so I think the way to do this is to give the custom format string to the x-axis and then have the converter check whether a custom format exists when getting the tick labels.
However, this will mean that with custom format strings you'll lose the dynamic labeling that switches based on the axis scales.
Examples:
The text was updated successfully, but these errors were encountered: