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 29, 2021. It is now read-only.
There should be an option for plotting histograms similarly to violin plots.
That is, with the ability to plot them vertically as well as horizontally, with an x value that indicates the group id, such that switching from violin to this function produces histograms where there were violins.
I'm not certain whether this is best implemented with a new recipe or if there's a way to tweak the histogram recipe to make this possible.
There should be an option for plotting histograms similarly to violin plots.
That is, with the ability to plot them vertically as well as horizontally, with an
xvalue that indicates the group id, such that switching fromviolinto this function produces histograms where there were violins.I'm not certain whether this is best implemented with a new recipe or if there's a way to tweak the
histogramrecipe to make this possible.