A simple set of plotting tools built on top of matplotlib. I write these functions with three things in mind:
- Python practice,
- ggplot2 is great!, but I seem to think at the level layer rather than the categorical variable (factor) layer, and
- this API makes more sense to me than does matplotlib's or Seaborn's.
Much of the work here is just a shim over matplotlib's functions, with function names that I prefer.
$ pip install git+https://github.com/roualdes/bplot
Documentation is in development.
License: Open source, BSD (3-clause).