Plots.jl: Asymmetric ribbon is broken

Created on 19 Nov 2018  路  3Comments  路  Source: JuliaPlots/Plots.jl

Most helpful comment

you should be able to pass ribbon = (down, up) where down and up are vectors - you just don't need to add them to y like you did

All 3 comments

The syntax is plot(x,y,ribbon=(0.25, 0.5),label="y").

Thanks @mkborregaard. Is there a way to use ribbon if the margin does change at each datapoint?

you should be able to pass ribbon = (down, up) where down and up are vectors - you just don't need to add them to y like you did

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asinghvi17 picture asinghvi17  路  3Comments

jebej picture jebej  路  4Comments

dancsi picture dancsi  路  4Comments

crstnbr picture crstnbr  路  3Comments

PallHaraldsson picture PallHaraldsson  路  4Comments