Python: module for plotting Gantt charts

后端 未结 6 427
萌比男神i
萌比男神i 2021-02-03 23:17

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.

6条回答
  •  生来不讨喜
    2021-02-03 23:46

    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
    

提交回复
热议问题