From 7de8d302fa83e0fbce1d24038e77862b3601ce20 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 26 Nov 2019 00:28:11 +0100 Subject: [PATCH] fix framestyle error --- src/backends/pgfplotsx.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index 4ae9370f..82ca9e32 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -646,7 +646,7 @@ function pgfx_axis!(opt::PGFPlotsX.Options, sp::Subplot, letter) ) # set to supported framestyle - framestyle = pgfx_framestyle(sp[:framestyle]) + framestyle = pgfx_framestyle(sp[:framestyle] == false ? :none : sp[:framestyle]) # axis label position labelpos = ""