From 5233b1ecf786c518d584418ad403be0a4aa604a5 Mon Sep 17 00:00:00 2001 From: Adrian Dawid Date: Fri, 14 Aug 2020 13:04:35 +0200 Subject: [PATCH] Update src/backends/plotly.jl Co-authored-by: Simon Christ --- 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 68af23f8..9f4a3a9f 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -552,7 +552,7 @@ function plotly_series(plt::Plot, series::Series) plotattributes_out[:showscale] = hascolorbar(sp) && hascolorbar(series) elseif st in (:surface, :wireframe) - plotattributes_out[:type] = "surface" + plotattributes_out[:type] = "surface" plotattributes_out[:x], plotattributes_out[:y], plotattributes_out[:z] = x, y, z if st == :wireframe plotattributes_out[:hidesurface] = true