Re: [Numpy-discussion] plt.show() and plt.draw() doesnt work

2014-07-14 Thread Benjamin Root
Please send this question to the matplotlib-users mailing list (if you haven't already, I am still going through a huge backlog). This is the NumPy list. Ben Root On Sat, Jul 12, 2014 at 12:53 PM, Josè Luis Mietta < joseluismie...@yahoo.com.ar> wrote: > Hi experts! > > I have a numpy array M. I

Re: [Numpy-discussion] Short-hand array creation in `numpy.mat` style

2014-07-14 Thread Alexander Belopolsky
On Fri, Jul 11, 2014 at 4:30 PM, Daniel da Silva wrote: > If leading a presentation on scientific computing in Python to beginners, > which would look better on a bullet in a slide? > >- > >np.build('.2 .7 .1; .3 .5 .2; .1 .1 .9')) > >- > >np.array([[.2, .7, .1], [.3, .5, .2], [.1

Re: [Numpy-discussion] String type again.

2014-07-14 Thread Alexander Belopolsky
On Sat, Jul 12, 2014 at 8:02 PM, Nathaniel Smith wrote: > I feel like for most purposes, what we *really* want is a variable length > string dtype (I.e., where each element can be a different length.). I've been toying with the idea of creating an array type for interned strings. In many appl