scikit-spectra icon indicating copy to clipboard operation
scikit-spectra copied to clipboard

Forcing axes limits might be a problem on areaplot

Open hughesadam87 opened this issue 10 years ago • 0 comments

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.

hughesadam87 avatar Aug 21 '14 01:08 hughesadam87