Histogram

Name

Histogram --  Histogram display tool.

Description

In Tk, this is based on BLT's barchart. The number of bins is fixed at creation time, then the user hands the Histogram an array of datapoints (double or int) to display (or optionally an array of datapoints and locations where the bars should be drawn (specified as doubles).

Protocols adopted by Histogram

ArchivedGeometryWidget CREATABLE

Methods

Phase: Creating

Phase: Using