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