Sven Schreiber wrote:
> belinda thom schrieb:
>> Also, since numpy borrows from matlab,
not really -- pylab is specifically designed to be similar to matlab,
numpy is not -- and the matlib is left over from Numeric, and I don't
think it was all that well maintained there, either.
> Maybe you kn
On Thursday 04 January 2007 06:13, Sven Schreiber wrote:
> belinda thom schrieb:
> > A tangential question; recently I was looking for a way to save/load
> > numeric data (often so it could be used later for building plots). I
> > found load/save better documented than numpy's to/fromfile, so used
belinda thom schrieb:
> A tangential question; recently I was looking for a way to save/load
> numeric data (often so it could be used later for building plots). I
> found load/save better documented than numpy's to/fromfile, so used
> that. The question, from the responsibility point of vie
Fernando Perez wrote:
> hopefully the responsibilities will be:
>
> - ipython -> interactive work
> - numpy/scipy -> numerics
> - matploblib -> plotting
>
On Jan 3, 2007, at 10:01 AM, Christopher Barker wrote:
I sure hope so too.
> Following these ideas, in my personal use I normally do:
>
> i
Fernando and Eric have offered very nice explanations, but I have one
thing to add:
Fernando Perez wrote:
> hopefully the responsibilities will be:
>
> - ipython -> interactive work
> - numpy/scipy -> numerics
> - matploblib -> plotting
I sure hope so too.
> Following these ideas, in my person
Hi Belinda,
On 12/29/06, belinda thom <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using matplotlib w/numerix set to numpy (as described in my prior
> post).
>
> What I am wondering is in what situations one would want to:
>
> import pylab
> import numpy
>
> together, because there is matlab-style stu
Belinda,
I will give a short answer, and maybe someone else will be able to
provide a more complete answer or a reference to one.
belinda thom wrote:
> Hi,
>
> I'm using matplotlib w/numerix set to numpy (as described in my prior
> post).
>
> What I am wondering is in what situations one wou
Hi,
I'm using matplotlib w/numerix set to numpy (as described in my prior
post).
What I am wondering is in what situations one would want to:
import pylab
import numpy
together, because there is matlab-style stuff (e.g. matrices, arrays,
cumprod, fft, arange etc.) by importing the pylab pac