plotnine.geom_quantile

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

Quantile lines from a quantile regression

{usage}

Parameters

lineend : Literal[butt, round, projecting] = "butt"

Line end style. This option is applied for solid linetypes.

linejoin : Literal[round, miter, bevel] = "round"

Line join style. This option is applied for solid linetypes.

See Also

stat_quantile

The default stat for this geom.