John Hunter wrote:
> I have a record array r and I want to add a new field to it. I have
> been looking at setfield but I am not sure how to use it for this
> purpose. Eg
>
> # r is some npy record array
> N = len(r)
> x = npy.zeros(N)
> # add array of floats x to r with dtype name 'jdh' and typ
I have a record array r and I want to add a new field to it. I have
been looking at setfield but I am not sure how to use it for this
purpose. Eg
# r is some npy record array
N = len(r)
x = npy.zeros(N)
# add array of floats x to r with dtype name 'jdh' and type 'http://projects.scipy.org/mailma
sorry and thanks for that hint!
Dirk
2007/9/26, Robert Kern <[EMAIL PROTECTED]>:
>
> Dirk Zickermann wrote:
> > Dear pylab group,
>
> Sorry, this isn't the matplotlib mailing list. You want this one:
>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
> --
> Robert Kern
>
> "I ha
Dirk Zickermann wrote:
> Dear pylab group,
Sorry, this isn't the matplotlib mailing list. You want this one:
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our
Dear pylab group,
for the represenation of 2d measurement data I use the contourplot function
from matplotlib. Some points in this map are not measurabel, therefore I get
a non numerical value (nan) output.
>From this data I want to generate a map and a histogram plot. This works
fine, as long as