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 .
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
.