From: Alan G I. <ai...@am...> - 2009-01-11 16:47:19
|
On 1/11/2009 11:34 AM Michael Haggerty apparently wrote: > Not Python arrays, but numpy arrays. The reason this is done is to save > space for huge data sets. My assumption was that it is unusual to plot > values that vary only in the ninth decimal place. And since there is a > workaround, it doesn't seem like a bad compromise. How about letting dtype be an optional argument? The default can be np.float32, but the user could specify any dtype. Alan Isaac |