plotnine.geom_ribbon

geom_ribbon(mapping=None, data=None, **kwargs)

Ribbon plot

{usage}

Parameters

outline_type : Literal["upper", "lower", "both", "full"] = "both"

How to stroke to outline of the region / area. If upper, draw only upper bounding line. If lower, draw only lower bounding line. If both, draw both upper & lower bounding lines. If full, draw closed polygon around the area.