-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a resolution function for MultipleSeries object #448
Comments
I agree that such a method would be useful for However, I could imagine some kind of boxplot or ridgeplot, with Series labels, being helpful for up to 10-15 series. For larger collections, it may be necessary to have colored rugplots to separate the various datasets. |
@khider what's your feeling on this? |
This request was coming from a particular use case in the hackathon. In this case, the idea was to look in aggregates to make better decision on steps for I think a violin plot of all series could be useful as well. |
Recommendation from the 02/09 High Council: boxplot + swarmplot as in https://seaborn.pydata.org/examples/horizontal_boxplot.html. Label each one with the Series label |
closed with #527 |
Right now, needs to iterate through the
series_list
to do so.In terms of functionality, we should allow for the ability to make plots/calculation for the individual series in the
MultipleSeries
object as well as doing summaries (i.e., one histogram plot for all series).The text was updated successfully, but these errors were encountered: