Clamps Dictionary
create-o-histogram
Function
(create-o-histogram parent bindings &key width height css (mode 0) (freq 20))
Create a histogram view using the data attribute as data for the scope. The number of elems of data determine the number of drawn lines. A colors and labels attributes set the colors and labels of the lines. data, colors and labels have to be ref-cells given in the bindings argument, updating the view whenever the ref gets set with set-val. The mode and freq attributes are currently init-only attributes.