[Tutor] creating a pie chart in Python

Karim kliateni at gmail.com
Wed Dec 7 20:56:47 CET 2011


Le 07/12/2011 19:31, Christopher Spears a écrit :
> I need to create a pie chart that is referenced by a wiki page.  I am 
> impressed with matplotlib.  Any other good libraries out there?
>
> I do need to be able to save the chart as an image file, so it can be 
> linked to the wiki.  My only complaint about matplotlib is that I have 
> not figured out a way to save a graph as an image using a python 
> script.  From what I can tell, you need to save the image 
> interactively through the GUI.  Of course, this might mean that I just 
> do not know a lot about matplotlib.
>
> All suggestions are welcome!
> Chris
> "I'm the last person to pretend that I'm a radio. I'd rather go out 
> and be a color television set."
> -David Bowie
>
> "Who dares wins"
> -British military motto
>
>
> "There is no such thing as luck; there is only adequate or inadequate 
> preparation to cope with a statistical universe."
> -Robert A. Heinlein, "Have Space Suit - Will Travel"
>
>
> "Why do we fall, sir? So that we might learn to pick ourselves up."
> -Alfred Pennyworth, "Batman Begins"
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
With tkinter I made one time a chart so check to be able to do pie one.

Another solution is to use pychart cf link below:
http://home.gna.org/pychart/

cheers
Karim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20111207/f78aa4f7/attachment-0001.html>


More information about the Tutor mailing list