Prevent addition of curly braces around style string.

This commit is contained in:
Andrew Palugniok 2018-02-17 17:32:53 +00:00
parent a4636fd88d
commit 5ba4c10a18

View File

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