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 = ""