stop double adding style options to the axis in pgfplots

This commit is contained in:
Kristoffer Carlsson 2016-09-16 08:48:46 +02:00 committed by GitHub
parent 9b0e35b4b1
commit adc96917fc

View File

@ -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