Histogram

class sherpa.plot.Histogram[source]

Bases: sherpa.utils.NoNewAttributesAfterInit

Base class for histogram plots

Attributes Summary

histo_prefs

Methods Summary

overplot(*args, **kwargs)
plot(xlo, xhi, y[, yerr, title, xlabel, …])

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)[source]
plot(xlo, xhi, y, yerr=None, title=None, xlabel=None, ylabel=None, overplot=False, clearwindow=True)[source]