Placing dotplot over violin plot

I am trying to create a violin plot with the individual data points overlayed over the violin plot. IF I create a violin using Plots.violin(data) and then dotplot!(data) I get a result of side-by-side rather than overlayed.

Typically, plot! and other varieties overlay on an existing plot, unless a subplot is specified. I think this is probably a bug.

I think so as well. I’ll make a submission.

1 Like

If you don’t mind, please post a link to the issue in case someone needs to cross reference it in the future.

Issue: Dotplot not overlaying violin plot · Issue #54695 · JuliaLang/julia · GitHub

1 Like