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

contour_prefs

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: bool = False, clearwindow: bool = True, **kwargs) None[source] [edit on github]
overcontour(*args, **kwargs) [edit on github]
prepare(data: Data2D, model: Model, stat=None) None[source] [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.