From: John H. <jdh...@ac...> - 2006-10-31 17:15:18
|
>>>>> "Travis" == Travis Oliphant <oli...@ee...> writes: Travis> All of these seem to define their own objects which are Travis> basically just interpretations of chunks of memory. At Travis> one time, we might have said "these should all be Travis> sub-classes of the ndarray". Now, we are thinking more What about blitting pixel buffers from mpl or chaco agg into various GUI windows, GTK, Tk, WX, etc.... This seems like a ready made case for the array interface. I could pipe in with an example like this if it would help. JDH |