plotnine.after_scale

after_scale(x)

Evaluate mapping after variable has been mapped to the scale

This gives the user a chance to alter the value of a variable in the final units of the scale e.g. the rgb hex color.

Parameters

x : str

An expression

See Also

after_stat
stage