hughesadam87 / scikit-spectra

Python pandas-based toolkit for explorative spectroscopy, in particular UVVis spectroscopic data.
Other
94 stars 41 forks source link

scatter support #114

Open hughesadam87 opened 10 years ago

hughesadam87 commented 10 years ago

areaplot/rangetimeplot should have a scatter keyword that calls plt.scatter() instead of plt.plot()

hughesadam87 commented 9 years ago

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.