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 th

Re: [Matplotlib-users] Looking for a way to save a graph

2007-08-23 Thread Alex Pounds
.loadall("file.matplot") using an empty figure. I am but a humble newbie, but why not simply take your figure object/reference and Pickle it (see http://docs.python.org/lib/module-pickle.html)? -- Alex Pounds (Creature) .~. http://www.alexpounds.com/

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

2007-08-21 Thread Alex Pounds
I have to do it with a separate library afterwards? 5. Can I have my xtick labels oriented vertically? I'm trying to avoid an X axis that looks like this: http://www.ethicsgirls.com/stuff/report/date_taken.png Thanks, -- Alex Pounds (Creature) .~. http://www.alexpounds.co