Hi everybody,
I'm pretty new on python and I'm looking for a good graphics module, especially to draw histograms, pie charts and stuff like that. What would you recommend to me ?
Hi everybody,
I'm pretty new on python and I'm looking for a good graphics module, especially to draw histograms, pie charts and stuff like that. What would you recommend to me ?
matplotlib is the standard for scientific data plotting. you can check out the gallery and see if it's the sort of stuff you're looking for.
The best out there is imoo matplotlib but wx has also a simple plot module if that's what you're using as a GUI.
For completeness, if you want to simply manipulate images, you can use the Python Imaging Library (PIL).