plotnine.geom_jitter
geom_jitter(mapping=None, data=None, **kwargs)Scatter plot with points jittered to reduce overplotting
{usage}
Parameters
width : float = None-
Proportion to jitter in horizontal direction. The default value is that from
position_jitter height : float = None-
Proportion to jitter in vertical direction. The default value is that from
position_jitter. random_state : int | RandomState = None-
Seed or Random number generator to use. If
None, then numpy global generatornumpy.randomis used.