diff --git a/src/backends/pgfplots.jl b/src/backends/pgfplots.jl index 256a3117..f5b39877 100644 --- a/src/backends/pgfplots.jl +++ b/src/backends/pgfplots.jl @@ -254,9 +254,6 @@ function _update_plot_object(plt::Plot{PGFPlotsBackend}) axisstyle, axiskw = pgf_axis(sp, letter) append!(style, axisstyle) merge!(kw, axiskw) - for sty in axisstyle - push!(style, sty) - end end end