Re: [Tutor] creating a pie chart in Python

2011-12-07 Thread Andreas Perstinger
On 2011-12-07 19:31, Christopher Spears wrote: 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. You can save a graph with "matplot

Re: [Tutor] creating a pie chart in Python

2011-12-07 Thread Karim
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 a