Box plot


using RDatasets, StatsMakie

using AbstractPlotting


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