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

magnitude_spectrum and specgram?

Open olilarkin opened this issue 5 years ago • 2 comments

Anyone implemented magnitude_spectrum and specgram for C++ ?

I tried a quick hack, but get null from this:

PyObject_GetAttrString(pymod, "magnitude_spectrum");

olilarkin avatar Mar 09 '19 21:03 olilarkin

Seems not implemented yet

OriLiMu avatar Oct 11 '20 13:10 OriLiMu

started here

https://github.com/olilarkin/matplotlib-cpp/commit/817dda17efaacce5f037dd6a041a1806c883bf7b

olilarkin avatar Oct 11 '20 17:10 olilarkin