mantidproject / plotting-evaluation

Contains prototypes for evaluating future plotting packages in Mantid
0 stars 0 forks source link

Memory overhead #7

Open martyngigg opened 7 years ago

martyngigg commented 7 years ago

With a matplotlib backend what is the memory profile like for common operations assuming that a workspace has already been allocated in memory. Is it possible to obtain a plot with zero copying?

In particular here we need to explore what happens when we are trying to plot from C++ using matplotlib .