You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump charts are used to represent rank changes over time. By default there's no support from matplotlib or seaborn for this, and writing a simple bump chart in matplotlib is a tedious method. This library/function aims to resolve this problem by providing an eazy to use function.
This is a library for generating bump charts in python. And it is in its very early stages so any advice is appreciated.
Current goals:
Provide functions to rank data
Better variable naming
About
Bump charts are used to represent rank changes over time. By default there's no support from matplotlib or seaborn for this, and writing a simple bump chart in matplotlib is a tedious method. This library/function aims to resolve this problem by providing an eazy to use function.