Source code for plotnine.positions.position_fill
from .position_stack import position_stack
[docs]class position_fill(position_stack):
"""
Normalise stacked objects to unit height
"""
fill = True
from .position_stack import position_stack
[docs]class position_fill(position_stack):
"""
Normalise stacked objects to unit height
"""
fill = True