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
= {'markersize': None, 'barsabove': False, 'ylog': False, 'ecolor': None, 'capsize': None, 'yerrorbars': False, 'linecolor': None, 'markerfacecolor': None, 'marker': 'None', 'color': None, 'linestyle': 'steps-mid', 'xlog': False}¶
Methods Documentation
-