class documentation

class CairoHistogramDrawer(AbstractCairoDrawer):

View In Hierarchy

Default Cairo drawer object for histograms

Method __init__ Constructs the vertex drawer and associates it to the given palette.
Method draw TODO
Instance Variable bbox The bounding box of the drawing area where this drawer will draw.

Inherited from AbstractCairoDrawer:

Method bbox.setter Sets the bounding box of the drawing area where this drawer will draw.
Instance Variable context Undocumented
Method _mark_point Marks the given point with a small circle on the canvas. Used primarily for debugging purposes.
Instance Variable _bbox Undocumented
def __init__(self, context):

Constructs the vertex drawer and associates it to the given palette.

Parameters
contextthe context on which we will draw
def draw(self, histogram, **kwds):
bbox =

The bounding box of the drawing area where this drawer will draw.