Skip to content

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.

License

Notifications You must be signed in to change notification settings

dieserobin/bumpplotlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bump Plots in Python

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:

  • ranks assume 1 … n as best … worst (choix results are 0-indexed)
  • ascending = False, make yaxis and rank axis invertable
  • color schemes (using seaborn)

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%