From 464d5f41f9af26659d82edc8f5c4c2dd9c48acee Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 21 May 2020 12:25:52 +0200 Subject: [PATCH] don't merge subplot extra_kwargs --- src/backends/plotly.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index 8d874be2..0d39c424 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -328,7 +328,7 @@ function plotly_layout(plt::Plot) plotattributes_out[:direction] = "counterclockwise" end - plotattributes_out = recursive_merge(plotattributes_out, sp.attr[:extra_kwargs]) + plotattributes_out end # turn off hover if nothing's using it