RegionProjection¶
-
class
sherpa.plot.RegionProjection[source] [edit on github]¶ Bases:
sherpa.plot.Confidence2DAttributes Summary
contour_prefspoint_prefsMethods Summary
calc(fit, par0, par1[, methoddict, cache])contour([overplot, clearwindow])overcontour(*args, **kwargs)point(x, y[, overplot, clearwindow])Draw a point at the given location. prepare([fast, min, max, nloop, delv, fac, …])Attributes Documentation
-
contour_prefs= {}¶
-
point_prefs= {}¶
Methods Documentation
-
calc(fit, par0, par1, methoddict=None, cache=True)[source] [edit on github]¶
-
contour(overplot=False, clearwindow=True, **kwargs) [edit on github]¶
-
overcontour(*args, **kwargs) [edit on github]¶
-
point(x, y, overplot=True, clearwindow=False, **kwargs) [edit on github]¶ Draw a point at the given location.
Parameters: - y (x,) – The coordinates of the plot.
- overplot (bool, optional) – If
Truethen add the data to an exsiting plot, otherwise create a new plot. - clearwindow (bool, optional) – Should the existing plot area be cleared before creating this new plot (e.g. for multi-panel plots)?
- **kwargs – These values are passed on to the plot backend, and must match the names of the keys of the object’s point_prefs dictionary.
-
prepare(fast=True, min=None, max=None, nloop=(10, 10), delv=None, fac=4, log=(False, False), sigma=(1, 2, 3), levels=None, numcores=None)[source] [edit on github]¶
-