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.
Code samples and images are highly appreciated.
Thanks,
Adam
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ChartDirector is pretty good at generating advanced charts of all kinds. It has decent python bindings, but it’s, unfortunately, not native python or open source in general.
There are actually some Gantt chart examples/screenshots. The code also includes python demo’s for building gantt charts.
If you’re working on a web application, you can also consider Google Chart. It appears to be flexible/advanced enough for simple, Gantt-like charts. You can read more on this here, for example. Or just google for “google chart gantt”