fix dimensions
This commit is contained in:
parent
5a251e5702
commit
92e609876d
@ -614,7 +614,6 @@ end
|
|||||||
|
|
||||||
function pgfx_add_ribbons!( axis, series, segment_plot, series_func, series_index )
|
function pgfx_add_ribbons!( axis, series, segment_plot, series_func, series_index )
|
||||||
ribbon_y = series[:ribbon]
|
ribbon_y = series[:ribbon]
|
||||||
@show ribbon_y
|
|
||||||
opt = series.plotattributes
|
opt = series.plotattributes
|
||||||
if ribbon_y isa AVec
|
if ribbon_y isa AVec
|
||||||
ribbon_n = length(opt[:y]) ÷ length(ribbon_y)
|
ribbon_n = length(opt[:y]) ÷ length(ribbon_y)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user