Custom data type in a matrix.

Diez B. Roggisch deets at nospam.web.de
Sun Apr 23 15:23:29 EDT 2006


Gaz schrieb:
> And how im supposed to assign data to a specific hex?

How would you have done it using numarray? Accessing a specific field is 
done using slicing:

fields[x][y].property = value

Diez



More information about the Python-list mailing list