From a16be4318854687d965530eda17f935d244d6a6b Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 13 Jan 2020 16:11:01 +0100 Subject: [PATCH] remove frames --- src/backends/pgfplotsx.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index 2e9b29f4..8f0103f2 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -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),