/PyGantt

Plot gantt or waterfall charts

Primary LanguagePythonOtherNOASSERTION

Documentation Status

PyGantt

Easy Gantt and waterfall charts in python.

This module uses Gantt type charts to plot event data characterized by a start and an end. It naturally applies to scheduling but it is well suited in financial applications, e.g. plotting positions/weights in a portfolio alongside the portfolio index, in medical application, e.g. the raster plot of neuron impulses, or in waterfall usage plots, e.g. the evolution of your monthly earnings and expenses.

Installation

The easiest way to install PyGantt is using pip:

pip install -U pygantt

or conda:

conda install -c mriduls pygantt

Features

The canonical scheduling example:

https://github.com/PyGantt/PyGantt/blob/master/images/concert.png

Display portfolio positions alongside the realized index:

https://github.com/PyGantt/PyGantt/blob/master/images/strategy.png

Freelancers ups and downs:

https://github.com/PyGantt/PyGantt/blob/master/images/freelancer.png

Project History

The package has been created during the Man AHL Hackaton in London 2018 by the contributors in the AUTHORS.rst file.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.