stop double adding style options to the axis in pgfplots
This commit is contained in:
parent
9b0e35b4b1
commit
adc96917fc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user