From adc96917fc2b8cbbc515ca56f2b45c9ea5bfee9c Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 16 Sep 2016 08:48:46 +0200 Subject: [PATCH] stop double adding style options to the axis in pgfplots --- src/backends/pgfplots.jl | 3 --- 1 file changed, 3 deletions(-) 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