Contour

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

Bases: NoNewAttributesAfterInit

Base class for contour plots

Attributes Summary

contour_prefs

The preferences for the plot.

Methods Summary

contour(x0, x1, y[, title, xlabel, ylabel, ...])

overcontour(*args, **kwargs)

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(x0, x1, y, title=None, xlabel=None, ylabel=None, overcontour=False, clearwindow=True, **kwargs)[source] [edit on github]
overcontour(*args, **kwargs)[source] [edit on github]