From: Robert L. <ro...@le...> - 2005-02-12 00:15:49
|
John Hunter wrote: > > Robert> Is this the correct approach? > > Yep, that's it -- this is also discussed here > http://matplotlib.sf.net/faq.html#TEXTOVERLAP , which also gives > an alternative suggestion. (Ahhh - a small light bulb is lit!) Ok, I'd seen that but wasn't able to get it to work but now I understand why - when I tried it I'd not made the connection between axes and sub-plots. > For pure OO w/o the pylab interface at > all, there is a new example in CVS which I'll put here Thanks, I'll check it out. > [Snip some good advice] > > I always encourage new users starting on the path to matplotlib OO API > enlightenment to make notes and write a tutorial as you go. It would > be a useful addition to the documentation. No promises - so much to do, so little time :-( I've got to code up the generation of more than 80 different graphs, resulting in over 32k individual instances, which is why I'm looking at matplotlib in preference to gnuplot, hopefully there's less trial and error involved in getting each graph 'just so'. A Wiki might make the tutorial/documentation more achievable/accessible, is there one available? Robert |