Histogram 2D ​​Julia

using Plots
gr()
histogram2d(randn(10000), randn(10000), nbins=20)
Clumsy Capuchin