Where is the right place to put default settings for Plots.jl

I have in my startup.jl:

const PLOTS_DEFAULTS = Dict(:theme => :wong, :fontfamily => "Computer Modern",
    :label => nothing, :dpi => 600
)
4 Likes