plotnine.mapping.after_stat

plotnine.mapping.after_stat(x)[source]

Evaluate mapping after statistic has been calculated

Parameters
xpython:str

An expression

See also

after_scale()

For how to alter aesthetics after the data has been mapped by the scale.

stage

For how to map to aesthetics at more than one stage of the plot building pipeline.