matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

Is it possible to draw plot into simple buffer?

Open pktiuk opened this issue 5 years ago • 2 comments

Is it possible to draw plot into prepared buffer?

char *imgBuff;
//allocate memory for buffer and set size of plot...
plt::drawToBuff(imgBuff);

It would let me using it with some multimedia libraries.

pktiuk avatar May 27 '20 10:05 pktiuk