plotnine.scales.lims

class plotnine.scales.lims(**kwargs)[source]

Set aesthetic limits

Parameters:
kwargsdict

Aesthetic and the values of the limits. e.g x=(40, 100)

Notes

If the 2nd value of limits is less than the first, a reversed scale will be created.