Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Eric Firing
Matthias Michler wrote: > Hi Sebastian, Hi list, > > I'm not the one to decide this, but I think it is worth to try to remove > matplotlib.mlab routines, if their numpy counterparts provide the same > functionality or do I miss anything? After doing this one additionally could We have been doi

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Matthias Michler
Hi Sebastian, Hi list, I'm not the one to decide this, but I think it is worth to try to remove matplotlib.mlab routines, if their numpy counterparts provide the same functionality or do I miss anything? After doing this one additionally could clean up the imports in pylab in order to have only

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Sebastian Haase
On Fri, Jun 12, 2009 at 2:01 PM, John Hunter wrote: > On Fri, Jun 12, 2009 at 6:10 AM, Sebastian Haase wrote: >> On Fri, Jun 12, 2009 at 11:21 AM, Matthias >> Michler wrote: >>> Hi Sebastian, >>> >>> You are right. A large number of numpy functions is part of pylab, but I >>> think >>> this proble

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread John Hunter
On Fri, Jun 12, 2009 at 6:10 AM, Sebastian Haase wrote: > On Fri, Jun 12, 2009 at 11:21 AM, Matthias > Michler wrote: >> Hi Sebastian, >> >> You are right. A large number of numpy functions is part of pylab, but I >> think >> this problem was solved by introducing matplotlib.pyplot, which holds al

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Sebastian Haase
On Fri, Jun 12, 2009 at 11:21 AM, Matthias Michler wrote: > Hi Sebastian, > > You are right. A large number of numpy functions is part of pylab, but I think > this problem was solved by introducing matplotlib.pyplot, which holds all > plotting functions of matplotlib. The module pylab imports these

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread John Hunter
On Fri, Jun 12, 2009 at 4:21 AM, Matthias Michler wrote: > You are right. A large number of numpy functions is part of pylab, but I think > this problem was solved by introducing matplotlib.pyplot, which holds all > plotting functions of matplotlib. The module pylab imports these plotting > functi

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Matthias Michler
Hi Sebastian, You are right. A large number of numpy functions is part of pylab, but I think this problem was solved by introducing matplotlib.pyplot, which holds all plotting functions of matplotlib. The module pylab imports these plotting functions and all the numpy-stuff in order to offer pl