Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 878 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 878 Bytes

bplot

A simple set of plotting tools built on top of matplotlib. I write these functions with three things in mind:

  1. Python practice,
  2. ggplot2 is great!, but I seem to think at the level layer rather than the categorical variable (factor) layer, and
  3. 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.

Installation

$ pip install git+https://github.com/roualdes/bplot

Documentation

Documentation is in development.

License

License: Open source, BSD (3-clause).