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
This is a fantastic widget, thank you for developing it. I had a question regarding order of the categories. Currently, it is controlled by the ordering of the factor levels, as far as I can see. Is it possible to control the order using an order= option, like in ggplot?
The text was updated successfully, but these errors were encountered:
I just googled streamgraph github to ask this same question. It makes the streamgraph look conspicuously sloppy compared to published streamgraphs to not be able to bundle the minor factors together. Otherwise though a very easy to use widget!
Edit:
What I ended up doing was prepending (a), (b), (c), etc to the factor level names. Extra notation, but an alpha sorting then gives you control over the order
This is a fantastic widget, thank you for developing it. I had a question regarding order of the categories. Currently, it is controlled by the ordering of the factor levels, as far as I can see. Is it possible to control the order using an
order=
option, like in ggplot?The text was updated successfully, but these errors were encountered: