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
closed by #9783 though the jpl implementation of strconvertor has me thinking we should support sorted and unsorted by stashing the info in the plot kwarg arg and as an attribute on unitdata.
Add lines 104/106 & edit line 105 to first plot each weekday as a number and then overwrite with the actual day. Prevents the weekdays being sorted alphabetically due to this bug in Matplotlib < 2.2.0: matplotlib/matplotlib#9312
Bug report
Bug summary
Categorical (i.e. string) xdata inputs get sorted before plotting.
Code for reproduction
Actual outcome
Bars appear in the order "a", "b", "c".
Expected outcome
Bars appear in the order of the input, so "b", "a", "c".
Matplotlib version
print(matplotlib.get_backend())
): qt5aggThe text was updated successfully, but these errors were encountered: