/pyplot_helper

A collection of scripts that facilitate the creation of fancy plots with matplotlib (e.g. stacked bar charts)..

Primary LanguagePythonMIT LicenseMIT

This repository will not be maintained as there are way more sophisticated solutions out there. Have a look at seaborn if you are interested in producing nice grouped bar charts.

About

Provides an easy-to-use interface to matplotlib's pyplot in order to generate fancy plots. The color sets are taken from colorbrewer via brewer2mpl.

This package currently comprises the following submodules:

  • barchart: Plot stacked or grouped (vertical) bar charts.

Examples

Stacked bar chart

Grouped bar chart

Installation

Packages

This module has been packaged as python-pyplothelper-git for the Archlinux User Repository (AUR).

From source

git clone http://github.com/ValiValpas/pyplot_helper
cd pyplot_helper
python setup.py install

Usage

See ./examples/

License

This project is distributed under the MIT license (see ./LICENSE)

Dependencies

Author(s)

Johannes Schlatow

References