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
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Actually I think it does, it’s just that in the dataset it’s spelled “Thur” not “Thu” and the order of the legend is from the bottom of the stack. If you want the order of the legend to go the other way you can add something like .update_layout(legend_traceorder=“reversed”)
Ah, that did solve the example I provided. However, passing a color_discrete_map seems to override it, at least with a different dataset I have been using:
I'd like to be able to set the order in which the items in
color
stack. For example, I'd like to make Sun the top value of this plot:but it returns:

I thought category_order would handle this, but it does not.
The text was updated successfully, but these errors were encountered: