From 27cc930661ab1c7716bb7ceb470eafff34bad686 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 17 Dec 2021 14:22:24 +0100 Subject: [PATCH] remove show --- src/backends/plotly.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index b66f7198..94073d00 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -942,9 +942,6 @@ function plotly_series_segments(series::Series, plotattributes_base::KW, x, y, z if typeof(series[:fillrange]) <: Real plotattributes_out[:fillrange] = fill(series[:fillrange], length(rng)) elseif typeof(series[:fillrange]) <: Tuple - @show rng - @show typeof(series[:fillrange][1]) - @show series[:fillrange][1] f1 = typeof(series[:fillrange][1]) <: Real ? fill(series[:fillrange][1], length(rng)) : series[:fillrange][1][rng]