I've added the class rqpy.RatePlot for plotting expected dR/dE curves as well as the spectra of inputted data. This class-based method allows the user to add arbitrary numbers of datasets and dRdE curves to the same plot.
I've also added a base class for making plots in RQpy called RQpyPlot to the _core_plotting.py file. It's used by RatePlot and could potentially be useful for future plotting functions.
I've added the class
rqpy.RatePlot
for plotting expected dR/dE curves as well as the spectra of inputted data. This class-based method allows the user to add arbitrary numbers of datasets and dRdE curves to the same plot.I've also added a base class for making plots in RQpy called
RQpyPlot
to the_core_plotting.py
file. It's used byRatePlot
and could potentially be useful for future plotting functions.Resolves #85.