Re: [Matplotlib-users] Newbie matplotlib questions re: pie charts and display

2007-08-23 Thread Alex Pounds
On Tue, Aug 21, 2007 at 01:14:44PM +0100, Alex Pounds wrote: > 4. I need to stick a footnote in the bottom corner of my charts. Can I do > this natively in matplotlib or will I have to do it with a separate library > afterwards? For the sake of others searching the archives, here are the answers I

[Matplotlib-users] Newbie matplotlib questions re: pie charts and display

2007-08-21 Thread Alex Pounds
Hello, I've recently been working with matplotlib to create some charts of some data I've gathered. I've been impressed with how easy it is to use, but I have a few questions. I'd appreciate any help you can offer me with the following: 1. Just what does axes() do with pie charts, anyway? I've t