From b58c52f12ceca209a2a18733d577cd2e59533a18 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 28 Oct 2019 18:54:01 +0100 Subject: [PATCH] per series clims for plotly --- 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 4a604889..4fcb334f 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -454,7 +454,7 @@ function plotly_series(plt::Plot, series::Series) st = series[:seriestype] sp = series[:subplot] - clims = get_clims(sp) + clims = get_clims(sp, series) if st == :shape return plotly_series_shapes(plt, series, clims)