Creating Pie Chart from Python

Ken Seehart pythonic at seehart.com
Thu Sep 15 15:51:08 EDT 2005


Thierry Lam wrote:
> Let's say I have the following data:
> 
> 500 objects:
> -100 are red
> -300 are blue
> -the rest are green
> 
> Is there some python package which can represen the above information
> in a pie chart?
> 
> Thanks
> Thierry
> 

What is the user interface context?

Is it a web page?  Do you want to create image files with pie chart?  If 
  yes to either of these, try gdchart.

http://www.icewalkers.com/Linux/Software/52020/GDChart.html
http://athani.pair.com/msteed/software/gdchart/download.html







More information about the Python-list mailing list