pyannote-core
pyannote-core copied to clipboard
feat: resolves #57 : add support for "arrangement" option in `plot_annotation` method
def plot_annotation(..., arrangement="pack"):
...
When arrangement is:
pack: follows default grouping, by timestamps onlystack: groups segments by their label. Each label gets a distinct line
Thanks! Will definitely have a look at this PR but with summer vacations coming up, I cannot promise any ETA...