RatioContour

class sherpa.plot.RatioContour[source] [edit on github]

Bases: ModelContour

Derived class for creating 2D ratio contours (data divided by model)

Attributes Summary

contour_prefs

The preferences for the plot.

Methods Summary

contour([overcontour, clearwindow])

overcontour(*args, **kwargs)

prepare(data, model, stat)

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)[source] [edit on github]
overcontour(*args, **kwargs) [edit on github]
prepare(data, model, stat)[source] [edit on github]