fix failure on 1.6

This commit is contained in:
Simon Christ 2022-04-08 15:57:44 +02:00
parent 2c2bf5a396
commit 7f588a7009

View File

@ -758,7 +758,7 @@ end
function plotly_series_shapes(plt::Plot, series::Series, clims)
segments = series_segments(series; check = true)
plotattributes_outs = [KW() for _ in eachindex(segments)]
plotattributes_outs = [KW() for _ in 1:length(segments)]
# TODO: create a plotattributes_out for each polygon
# x, y = series[:x], series[:y]