You can set the defaults by providing a PLOTS_DEFAULTS
in your startup.jl
. i.e.
const PLOTS_DEFAULTS = Dict(
:theme=>:default,
:fontfamily => "Computer Modern")
Alternatively you can call the default function.
You can set the defaults by providing a PLOTS_DEFAULTS
in your startup.jl
. i.e.
const PLOTS_DEFAULTS = Dict(
:theme=>:default,
:fontfamily => "Computer Modern")
Alternatively you can call the default function.