don't merge subplot extra_kwargs

This commit is contained in:
Simon Christ 2020-05-21 12:25:52 +02:00 committed by GitHub
parent 7db1f3d6c5
commit 464d5f41f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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