matplotlib-cpp
matplotlib-cpp copied to clipboard
Is it possible to draw plot into simple buffer?
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.