Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-01 Thread Juan Nunez-Iglesias
It will still have to a nice png, but you get an interactive figure when it is live. You just blew my mind. =D +1 to Python 3 and aliasing numpy as np.___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/list

Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-01 Thread Thomas Caswell
I would suggest %matplotlib notebook It will still have to a nice png, but you get an interactive figure when it is live. I agree that making the example code Python3 is critical. Tom On Thu, Oct 1, 2015 at 8:05 PM Jaime Fernández del Río wrote: > On Thu, Oct 1, 2015 at 11:46 AM, Alex Rogozh

Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-01 Thread Jaime Fernández del Río
On Thu, Oct 1, 2015 at 11:46 AM, Alex Rogozhnikov < alex.rogozhni...@yandex.ru> wrote: > Hi, I have written some numpy tips and tricks I am using, which may be > interesting to you. > This is quite long reading, so I've splitted it into two parts: > > http://arogozhnikov.github.io/2015/09/29/Numpy

Re: [Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-01 Thread Stefan van der Walt
On 2015-10-01 11:46:59, Alex Rogozhnikov wrote: > Hi, I have written some numpy tips and tricks I am using, which may be > interesting to you. > This is quite long reading, so I've splitted it into two parts: > > http://arogozhnikov.github.io/2015/09/29/NumpyTipsAndTricks1.html > http://arogozhni

[Numpy-discussion] Fwd: Numpy for data manipulation

2015-10-01 Thread Alex Rogozhnikov
Hi, I have written some numpy tips and tricks I am using, which may be interesting to you. This is quite long reading, so I've splitted it into two parts: http://arogozhnikov.github.io/2015/09/29/NumpyTipsAndTricks1.html http://arogozhnikov.github.io/2015/09/30/NumpyTipsAndTricks2.html Comments

Re: [Numpy-discussion] Cython-based OpenMP-accelerated quartic polynomial solver

2015-10-01 Thread Nathaniel Smith
On Wed, Sep 30, 2015 at 11:54 PM, Daπid wrote: > > > On 30 September 2015 at 18:20, Nathaniel Smith wrote: >> >> On Sep 30, 2015 2:28 AM, "Daπid" wrote: >> [...] >> > Is there a nice way to ship both versions? After all, most >> > implementations of BLAS and friends do spawn OpenMP threads, so I