Incenp.org´s plotting helper library
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Damien Goutte-Gattat 0ac012c1e1 Add the `annotate_bars` function.
Add a new helper function to automatically place text annotations near
the edges of bars in a bar plot.
11 months ago
docs Add draft documentation. 3 years ago
incenp Add the `annotate_bars` function. 11 months ago
.gitignore Initial commit. 3 years ago
AUTHORS Add distribution files. 3 years ago
COPYING Add distribution files. 3 years ago
MANIFEST.in Add draft documentation. 3 years ago
README.md Add draft documentation. 3 years ago
pyproject.toml Switch to Black-enforced code style. 1 year ago
setup.py Switch to Black-enforced code style. 1 year ago

README.md

Incenp.plotting - Incenp.org´s plotting helper library

Incenp.plotting, also called pyplot (but incenp.plotting is preferred as it less likely to clash with another Python package) is a Python library providing helper functions to facilitate the creation of special kinds of plots with Matplotlib.

Available modules

  • incenp.plotting.bar: Provides a barplot function to create bar plots from a multi-indexed Pandas data frame.
  • incenp.plotting.scatter: Provides a scatterplot function to create scatter plots from a multi-indexed Pandas data frame.
  • incenp.plotting.util: Helper functions used in the other modules, but which can also be used directly. This module provides notably a xdistr function to facilitate creating scatter plots.

Samples

The docs directory contains a draft documentation with some examples of what the library allows to do. An online copy of the documentation is available on https://incenp.org/dvlpt/pyplot/.

Copying

Incenp.plotting is distributed under the terms of the GNU General Public License, version 3 or higher. The full license is included in the COPYING file of the source distribution.

Homepage and repository

The project is located at https://incenp.org/dvlpt/pyplot.html. The latest source code is available in a Git repository at https://git.incenp.org/damien/pyplot.