Adam Hughes
Adam Hughes
Right, I understand. The documentation (IPython notebooks) have been bundled with the repo, and really need migrated into their own repo. I will try to get this fixed up in...
Here is thread for array solution: http://stackoverflow.com/questions/1550130/cloning-row-or-column-vectors
Thanks!
Would probably have to figure out if these values are in the original spectra row-wise or column wise. ``` out = cls(series.values, index=spectra.index) ``` vs ``` out = cls(series.values, index=spectra.columns)...
I spent mid 2015 finishing up my PhD, and haven't had time to get back to work on this library. If I do, I'll certainly try to get to this;...
Waterfall colormap also showing time, not intensity at the moment!
This might be the projection of spec3d, no? As a shortcut anyway...
Myabe don't make this too involved? Or if it is the same system, at least put an attribute on `Spectra` that let's user set the default name for the absolute...
Need to get rid of this module altogether!
**Although matplotlib's api keeps these plot separated** so do I want to break their API? Maybe ask them for advice?