scikit-spectra
scikit-spectra copied to clipboard
scatter support
areaplot/rangetimeplot should have a scatter keyword that calls plt.scatter() instead of plt.plot()
http://pandas.pydata.org/pandas-docs/version/0.15.0/visualization.html#visualization-scatter
The scatter on pandas is for dataframe and is a scatterplot between categories, so this is still a pertinent issue.