scikit-spectra
scikit-spectra copied to clipboard
Spectrum plot api
Should support a reduced set of Kinds similar to Spetra.plot_kinds().
Also, I think having "scatter" be a keyword to _genplot might be cool for scatter plots of area; however, _genplot would probably have to make sure that ndim is 1D to distinguish Series from TimeSpectra. Could waterfall and other 3d plots work on the Spectrum by default? Probably not due to need for meshgrid...
See https://github.com/hugadams/pyuvvis/issues/155