scikit-spectra
scikit-spectra copied to clipboard
Forcing axes limits might be a problem on areaplot
Areaplot with multiple lines will cut one off often. For example:
areaplot(ts, ax=ax)
areaplot(ts*2, ax=ax)
Is misleading because areaplot sets the axis ylimit! Should inspect all plot elements to set appropriate limits.