OrderPlot

class sherpa.astro.plot.OrderPlot[source] [edit on github]

Bases: sherpa.astro.plot.ModelHistogram

Derived class for creating plots of the convolved source model using selected multiple responses

Attributes Summary

histo_prefs

Methods Summary

overplot(*args, **kwargs)
plot([overplot, clearwindow])
prepare(data, model[, orders, colors])

Attributes Documentation

histo_prefs = {'barsabove': False, 'capsize': None, 'color': None, 'ecolor': None, 'linecolor': None, 'linestyle': 'steps-mid', 'marker': 'None', 'markerfacecolor': None, 'markersize': None, 'xlog': False, 'yerrorbars': False, 'ylog': False}

Methods Documentation

overplot(*args, **kwargs) [edit on github]
plot(overplot=False, clearwindow=True)[source] [edit on github]
prepare(data, model, orders=None, colors=None)[source] [edit on github]