Change plotlib paramater

pull/35/head
= 2016-04-11 18:29:19 +03:00
parent 97fe1a43bd
commit 178c295605
1 changed files with 1 additions and 0 deletions

View File

@ -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