loon (version 1.3.3)

l_getBinData: Get information on current bins from a histogram

Description

Queries the histogram and returns information about all active cases contained by the histogram's bins.

Usage

l_getBinData(widget)

Arguments

widget

A loon histogram widget.

Value

A nested list of the bins in the histogram which contain active points. Each bin is a list of the counts, the point indices, and the minimum (x0) and maximum (x1) of that bin. Loon histogram bins are open on the left and closed on the right by default, namely "(x0, x1]". The counts and the points further identify the number and ids of all points, those which are selected, and those of each colour in that bin (identified by their hex12 colour from tcl).

See Also

l_getBinIds, l_breaks, l_binCut