DataContour

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

Bases: sherpa.plot.Contour

Create contours of 2D data.

contour_prefs

The preferences for the plot.

Type

dict

x0, x1

The coordinates of each point (the independent variables), as one-dimensional arrays.

Type

array_like

y

The Y value for each point (the dependent variable), as a one-dimensional array.

Type

array_like

levels

The values at which to draw contours.

Type

array_like or None

xlabel, ylabel, title

Plot labels.

Type

str

Attributes Summary

contour_prefs

Methods Summary

contour([overcontour, clearwindow])

overcontour(*args, **kwargs)

prepare(data[, stat])

Attributes Documentation

contour_prefs = {}

Methods Documentation

contour(overcontour=False, clearwindow=True, **kwargs)[source] [edit on github]
overcontour(*args, **kwargs) [edit on github]
prepare(data, stat=None)[source] [edit on github]