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've
found out for myself so far:
4. You can do this with matplotlib:
figtext(0.98, 0.05, u'©2007 Alexpounds.com', ha='right')
This puts a copyright notice in the bottom right of a chart.
> 5. Can I have my xtick labels oriented vertically?
Yep. Just pass rotation="vertical" in to xticks(). Easy. Though this may
overlap with the figtext above - I haven't got that bit sorted yet...
--
Alex Pounds (Creature) .~. http://www.alexpounds.com/
/V\ http://www.ethicsgirls.com/
// \\
"Variables won't; Constants aren't" /( )\
^`~'^
|