Re: [matplotlib-devel] Make matplotlib running on GPU/CUDA

2017-09-21 Thread Chris Barker
On Wed, Sep 13, 2017 at 12:31 AM, Francesco Faccenda wrote: > I have to admit I already stumbled on VisPy while doing my research on the > web. Still, I've got a lot of code already working with *matplotlib*. > Indeed, not only I plot data with it, but i manage a lot of *mpl events* > to provide

Re: [matplotlib-devel] Make matplotlib running on GPU/CUDA

2017-09-21 Thread Thomas Caswell
Depending on the exact use case you can get pretty good mileage out of blitting (See http://matplotlib.org/api/animation_api.html#funcanimation for an explanation or how it is used in the widgets module). The best way to make things faster is to just do less work :) Tom On Thu, Sep 21, 2017 at 5