From 178c2956057298a550fd2850ad664aabca0ffa8d Mon Sep 17 00:00:00 2001 From: = Date: Mon, 11 Apr 2016 18:29:19 +0300 Subject: [PATCH] Change plotlib paramater --- src/run.jl | 1 + 1 file changed, 1 insertion(+) 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