plotnine.geoms.geom_freqpoly

class plotnine.geoms.geom_freqpoly(mapping: Aes | None = None, data: DataLike | None = None, **kwargs: Any)[source]

Frequency polygon

Usage

geom_freqpoly(mapping=None, data=None, stat='bin', position='identity',
              na_rm=False, inherit_aes=True, show_legend=None, raster=False,
              lineend='butt', linejoin='round', arrow=None, **kwargs)

Only the data and mapping can be positional, the rest must be keyword arguments. **kwargs can be aesthetics (or parameters) used by the stat.

See geom_path for documentation of the parameters.