fix framestyle error
This commit is contained in:
parent
9488176a2d
commit
47900b1a80
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user