Prevent addition of curly braces around style string.
This commit is contained in:
parent
a4636fd88d
commit
5ba4c10a18
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user