DataContour¶
-
class
sherpa.plot.DataContour[source] [edit on github]¶ Bases:
sherpa.plot.ContourCreate 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_prefsMethods Summary
contour([overcontour, clearwindow])overcontour(*args, **kwargs)prepare(data[, stat])Attributes Documentation
-
contour_prefs= {'colors': None, 'linewidths': None, 'xlog': False, 'ylog': False}
Methods Documentation
-
contour(overcontour=False, clearwindow=True)[source] [edit on github]¶
-
overcontour(*args, **kwargs) [edit on github]¶
-
prepare(data, stat=None)[source] [edit on github]¶
-