Re: [Matplotlib-users] quick numpy question

2009-03-18 Thread Pablo Romero
Thank you, and I apologize if the question wasnt appropriate for this list. P.Romero > To: matplotlib-users@lists.sourceforge.net > From: j...@iki.fi > Date: Wed, 18 Mar 2009 07:44:33 +0200 > Subject: Re: [Matplotlib-users] quick numpy questi

Re: [Matplotlib-users] quick numpy question

2009-03-17 Thread Jouni K . Seppänen
Pablo Romero writes: > quick numpy-related question. Not the best mailing list then, but... > I want to use numpy.arange() to create multiple arrays, and then I > want to join these arrays (or individual elements) to the final array > without repeating existing elements (create a 'union' from 2

Re: [Matplotlib-users] quick numpy question

2009-03-17 Thread brett . mcsweeney
Use Python set and then convert to numpy array? Pablo Romero 18/03/2009 01:50 PM To cc Subject [Matplotlib-users] quick numpy question quick numpy-related question. I want to use numpy.arange() to create multiple arrays, and then I want to join these arrays (or individual

[Matplotlib-users] quick numpy question

2009-03-17 Thread Pablo Romero
quick numpy-related question. I want to use numpy.arange() to create multiple arrays, and then I want to join these arrays (or individual elements) to the final array without repeating existing elements (create a 'union' from 2 or more arrays or individual elements). example: lev=np.arange(