fix framestyle error

This commit is contained in:
Simon Christ 2019-11-26 00:28:11 +01:00
parent e29edc9e97
commit 7de8d302fa

View File

@ -646,7 +646,7 @@ function pgfx_axis!(opt::PGFPlotsX.Options, sp::Subplot, letter)
) )
# set to supported framestyle # set to supported framestyle
framestyle = pgfx_framestyle(sp[:framestyle]) framestyle = pgfx_framestyle(sp[:framestyle] == false ? :none : sp[:framestyle])
# axis label position # axis label position
labelpos = "" labelpos = ""