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

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

plot(sin, (x->begin
            sin(2x)
        end), 0, 2π, line = 4, leg = false, fill = (0, :orange))
current()  #hide

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