histogram 2d


using StatsMakie

using AbstractPlotting

plot(histogram(nbins = 20), randn(10000), randn(10000))