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