BaseResidualContour
- class sherpa.plot.BaseResidualContour[source] [edit on github]
Bases:
ModelContour
Residuals of model + data for contour data.
Subclasses need to implement
_calc_y
and_title
.Added in version 4.16.1.
Attributes Summary
The preferences for the plot.
Methods Summary
contour
([overcontour, clearwindow])overcontour
(*args, **kwargs)prepare
(data, model[, stat])Prepare the data.
Attributes Documentation
- contour_prefs = {'alpha': None, 'colors': None, 'label': None, 'levels': None, 'linestyles': 'solid', 'linewidths': None, 'xlog': False, 'ylog': False}
The preferences for the plot.
Methods Documentation
- contour(overcontour=False, clearwindow=True, **kwargs) [edit on github]
- overcontour(*args, **kwargs) [edit on github]