Point

class sherpa.plot.Point[source]

Bases: sherpa.utils.NoNewAttributesAfterInit

Base class for point plots

Attributes Summary

point_prefs

Methods Summary

point(x, y[, overplot, clearwindow])

Attributes Documentation

point_prefs = {'color': None, 'symbol': None}

Methods Documentation

point(x, y, overplot=True, clearwindow=False)[source]