Box plot

using Makie
 using RDatasets, StatsMakie


 d = dataset("Ecdat","Fatality")
 boxplot(Data(d), :Year, :Perinc)