Python: module for plotting Gantt charts

后端 未结 6 429
萌比男神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:54

    You should also check faces, it's a powerful and free project management tool that you program with python. It's also built in python. It can output many different charts, including gantt chart.

提交回复
热议问题