fix framestyle error

This commit is contained in:
Simon Christ 2019-11-26 00:28:11 +01:00
parent 9488176a2d
commit 47900b1a80

View File

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