using CairoMakie
xs = rand(1:4, 800)
ys = randn(800)
dodge = rand(1:3, 800)
boxplot(xs, ys, dodge = dodge, show_notch = true, color = dodge)
using CairoMakie
xs = rand(1:4, 800)
ys = randn(800)
dodge = rand(1:3, 800)
boxplot(xs, ys, dodge = dodge, show_notch = true, color = dodge)