diff --git a/src/run.jl b/src/run.jl index a6e3b44..150c3a7 100644 --- a/src/run.jl +++ b/src/run.jl @@ -304,6 +304,7 @@ end function init_plotting(plotlib) if plotlib == nothing rcParams[:chunk_defaults][:fig] = false + rcParams[:plotlib] = nothing else l_plotlib = lowercase(plotlib) rcParams[:chunk_defaults][:fig] = true