diff --git a/src/backends/pgfplots.jl b/src/backends/pgfplots.jl index 1956f1b3..c1100932 100644 --- a/src/backends/pgfplots.jl +++ b/src/backends/pgfplots.jl @@ -450,7 +450,7 @@ function _update_plot_object(plt::Plot{PGFPlotsBackend}) end @label colorbar_end - o = axisf(; style = style, kw...) + o = axisf(; style = join(style, ","), kw...) # add the series object to the PGFPlots.Axis for series in series_list(sp)