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__
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
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
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:
> >
>
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