per series clims for plotly

This commit is contained in:
Daniel Schwabeneder 2019-10-28 18:54:01 +01:00
parent 17eef46da2
commit b58c52f12c

View File

@ -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)