ResidContour
- class sherpa.plot.ResidContour[source] [edit on github]
Bases:
BaseResidualContour
Derived class for creating 2D residual contours (data-model)
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]
- prepare(data: Data2D, model: Model, stat=None) None [edit on github]
Prepare the data.
Changed in version 4.16.1: The stat argument is now unused and will likely be removed in a future release.