include extra_kwargs for subplots

This commit is contained in:
Helmut Haensel 2020-05-20 18:02:38 +02:00
parent ce20b38702
commit 7db1f3d6c5

View File

@ -328,7 +328,7 @@ function plotly_layout(plt::Plot)
plotattributes_out[:direction] = "counterclockwise" plotattributes_out[:direction] = "counterclockwise"
end end
plotattributes_out plotattributes_out = recursive_merge(plotattributes_out, sp.attr[:extra_kwargs])
end end
# turn off hover if nothing's using it # turn off hover if nothing's using it