plotnine.stat_count

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

Counts the number of cases at each x position

{usage}

Parameters

width : float = None

Bar width. If None, set to 90% of the resolution of the data.

See Also

geom_histogram

The default geom for this stat.

stat_bin