-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels