support asymmetric ribbons
This commit is contained in:
parent
33cf0e66ec
commit
5a251e5702
@ -614,6 +614,7 @@ 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