Skip to content

PJMenzies/bplot

 
 

Repository files navigation

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).

About

A statistical API for matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.9%
  • Python 14.0%
  • Other 0.1%