Re: [matplotlib-devel] Location of bleeding edge repository

2011-03-08 Thread Scott Sinclair
On 8 March 2011 09:40, Paul Hobson wrote: > Is it in git or svn? I just cloned and installed from git using: > git clone git://github.com/astraw/matplotlib.git > cd matplotlib > sudo python setupegg.py develop > > Starting ipython, and importing matplotlib, I get: > In [2]: matplotlib.__version__

[matplotlib-devel] Updating documentation

2011-03-08 Thread Benjamin Root
Hello all, I have a free day today, so I am going through some of the documentation and giving it a good polish. I came across one particular part that is sorely outdated: http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show This is in regards to the show() function and tells users tha

Re: [matplotlib-devel] Updating documentation

2011-03-08 Thread Eric Firing
On 03/08/2011 08:08 AM, Benjamin Root wrote: > Hello all, > > I have a free day today, so I am going through some of the documentation > and giving it a good polish. I came across one particular part that is > sorely outdated: > > http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show > > T

Re: [matplotlib-devel] Updating documentation

2011-03-08 Thread Benjamin Root
On Tue, Mar 8, 2011 at 1:18 PM, Eric Firing wrote: > On 03/08/2011 08:08 AM, Benjamin Root wrote: > > Hello all, > > > > I have a free day today, so I am going through some of the documentation > > and giving it a good polish. I came across one particular part that is > > sorely outdated: > > >

Re: [matplotlib-devel] Location of bleeding edge repository

2011-03-08 Thread Paul Hobson
Thanks, Scott. That's a huge help. -p On Tue, Mar 8, 2011 at 12:49 AM, Scott Sinclair wrote: > On 8 March 2011 09:40, Paul Hobson wrote: >> Is it in git or svn? I just cloned and installed from git using: >> git clone git://github.com/astraw/matplotlib.git >> cd matplotlib >> sudo python setupeg