fix dimensions

This commit is contained in:
Simon Christ 2019-12-06 19:37:35 +01:00
parent 5a251e5702
commit 92e609876d

View File

@ -614,7 +614,6 @@ end
function pgfx_add_ribbons!( axis, series, segment_plot, series_func, series_index )
ribbon_y = series[:ribbon]
@show ribbon_y
opt = series.plotattributes
if ribbon_y isa AVec
ribbon_n = length(opt[:y]) ÷ length(ribbon_y)