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