-
Notifications
You must be signed in to change notification settings - Fork 31
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
Violin plot #316
base: master
Are you sure you want to change the base?
Violin plot #316
Conversation
I think you probably ended up making a new branch from your other PR's branch in #307, rather than from the
|
d1cadce
to
4674ea5
Compare
0bdcdfd
to
e4c9765
Compare
FYI @PaulinaMartin96 the tests are failing on this one. You can see why the test failures are happening by clicking "Details" in the testing box towards the bottom of the thread on GH: |
3d14727
to
1bb0f93
Compare
A recipe for violin plots was added. Following ArviZ's convetion for violin plots,
kwarg
combined
was added. Iftrue
, chains are appended and only one plot per parameter is returned. In this case,colordim := :chain
. Otherwise, a violin plot is returned for every chain and every parameter.colordim
can be set to:chain
or:parameter
as shown below. Discrete parameters are plotted as defined inStatsPlots.jl
.