remove frames

This commit is contained in:
Simon Christ 2020-01-13 16:11:01 +01:00
parent f4dee045b6
commit 2066e50178

View File

@ -84,7 +84,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
push!( push!(
the_plot.options, the_plot.options,
"/tikz/background rectangle/.style" => PGFPlotsX.Options( "/tikz/background rectangle/.style" => PGFPlotsX.Options(
"draw" => "black", # "draw" => "black",
"fill" => cstr, "fill" => cstr,
"draw opacity" => a, "draw opacity" => a,
), ),
@ -139,7 +139,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
"opacity" => bgc_inside_a, "opacity" => bgc_inside_a,
), ),
"axis on top" => nothing, "axis on top" => nothing,
"framed" => nothing, # "framed" => nothing,
# These are for layouting # These are for layouting
"anchor" => "north west", "anchor" => "north west",
"xshift" => string(dx), "xshift" => string(dx),