[matplotlib-devel] Error building documentation for 1.3.0rc4

2013-06-30 Thread Sandro Tosi
Hello, I'm preparing the Debian package for matplotlib 1.3.0rc4 but I got a failure while building documentation, here's the extract from the build log: ... # build the doc ( cd doc ; MPLCONFIGDIR=. MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ \ PYTHONPATH=../build/lib.linux-x86_64-2.7 ./make.py --s

Re: [matplotlib-devel] Refactoring the axes module

2013-06-30 Thread Damon McDougall
On Sat, Jun 29, 2013 at 2:18 PM, Nathaniel Smith wrote: > pip *will* nuke old > versions for you, and thus gives you a better chance of importing the > code that was actually shipped. > Thanks Nathaniel, I didn't realise pip could snarf a local checkout. That's good to know. -- Damon McDouga

Re: [matplotlib-devel] Refactoring the axes module

2013-06-30 Thread Damon McDougall
On Sat, Jun 29, 2013 at 4:10 PM, Benjamin Root wrote: > Perhaps it would be a good idea to exercise the mpl toolkits with this > since it is more likely for them to do more esoteric things with axes. > Don't forget Base map and possibly cartopy and pandas. > Thanks Ben. I already did some playi