From da372b3d6a367e1be29d91515a968c3ccb01808f Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Wed, 18 Mar 2020 14:33:26 +0100 Subject: [PATCH] standard layers --- 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 0171b743..d97ce032 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -31,7 +31,7 @@ Base.@kwdef mutable struct PGFPlotsXPlot raw""" \pgfplotsset{ /pgfplots/layers/axis on top/.define layer set={ - background, axis background,pre main,main,axis grid,axis ticks,axis lines,axis tick labels, + background, axis background,axis grid,pre main,main,axis ticks,axis lines,axis tick labels, axis descriptions,axis foreground }{/pgfplots/layers/standard}, } @@ -140,7 +140,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend}) "fill" => bgc_inside, "opacity" => bgc_inside_a, ), - "axis on top" => nothing, + # "axis on top" => nothing, # "framed" => nothing, # These are for layouting "anchor" => "north west",