Skip to content

How to align all y_series? #59

@EtienneT

Description

@EtienneT

I would like to do an animation over time. Basically produce multiple joyplots (filtering the data by a date range) and then merge them into a GIF. Basically seeing the distribution change over time.

My problem right now is that if I use ylim='own' (which is the look I like), the ordering of the y axis change all the time between my plots. Using ylim='max', the graphs are super small.

But, if I set a fixed ylim=[0,100], then the y axis is always the same and the y labels align between images, but sometimes the data is clipped at the top.

What would you recommend for a scenario like that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions