remove frames
This commit is contained in:
parent
5ed377b4a3
commit
a16be43188
@ -70,7 +70,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
||||
a = alpha(cstr)
|
||||
push!(the_plot.options,
|
||||
"/tikz/background rectangle/.style" => PGFPlotsX.Options(
|
||||
"draw" => "black",
|
||||
# "draw" => "black",
|
||||
"fill" => cstr,
|
||||
"draw opacity" => a,
|
||||
),
|
||||
@ -114,7 +114,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
||||
"opacity" => bgc_inside_a,
|
||||
),
|
||||
"axis on top" => nothing,
|
||||
"framed" => nothing,
|
||||
# "framed" => nothing,
|
||||
# These are for layouting
|
||||
"anchor" => "north west",
|
||||
"xshift" => string(dx),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user