DataContour

class sherpa.plot.DataContour[source]

Bases: sherpa.plot.Contour

Create contours of 2D data.

contour_prefs

dict – The preferences for the plot.

x0, x1

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

y

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

levels

array_like or None – The values at which to draw contours.

xlabel, ylabel, title

str – Plot labels.

Attributes Summary

contour_prefs

Methods Summary

contour([overcontour, clearwindow])
overcontour(\*args, \*\*kwargs)
prepare(data[, stat])

Attributes Documentation

contour_prefs = {'linewidths': None, 'colors': None, 'xlog': False, 'ylog': False}

Methods Documentation

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