eblur / pyxsis

Python code for manipulating high resolution X-ray spectra
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Absorb plot functions into master "Spectrum" class #3

Closed eblur closed 3 years ago

eblur commented 7 years ago

Right now I'm using isinstance to differentiate between a clarsach.XSpectrum object and a binspectrum.Spectrum object.

Consider absorbing the plotting functionalities into the spectra themselves.

eblur commented 3 years ago

This is done by the functions provided in plot.py