Is there a good Python module for plotting Gantt Charts? I\'ve tried CairoPlot, but it produces buggy results for complex data sets and lacks many configuration options.
Checkout Python Gantt
Python-Gantt make possible to easily draw gantt charts from Python. Output format is SVG.
you can install through pip
pip install python-gantt