StatsPlots.jl
StatsPlots.jl copied to clipboard
Plotting arrays of different sizes in a boxplot
Can I plot arrays of different sizes in a single boxplot
you'd have to pass them in "long format" - plot(["a", "a", "a", "b", "b"], [1,2,3,2,1])