|
From: Werner F. B. <wer...@fr...> - 2013-05-03 13:56:39
|
Mike, On 03/05/2013 15:14, Michael Droettboom wrote: > FWIW: Matplotlib uses the older buffer interface because that is what > the older version of wx used (as well as other GUI toolkits). It > would be nice to move to the new memoryview objects, but all of the > GUI frameworks will need to move in tandem... agg.bufferNEW_rgba or something along those lines and then GUI frameworks could move when they want/can, or would that create to big of an overhead on MPL side. Werner |