using Plots
const PlotsBase = Plots.PlotsBase  #hide
pgfplotsx()

PlotsBase.reset_defaults()  #hide
using StableRNGs  #hide
rng = StableRNG(1234)  #hide
nothing  #hide

histogram2d(randn(rng, 10000), randn(rng, 10000), nbins = 20)
current()  #hide

# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl
