include extra_kwargs for subplots
This commit is contained in:
parent
ce20b38702
commit
7db1f3d6c5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user