plot/area
src/plot/area.tur
defn
rectangles
(rectangles [rects :int fill :int label :cstr] :int)
draw filled rectangles from nested cons quads.
defn
area-histogram
(area-histogram [bars :int fill-styles :int label :cstr] :int)
draw pre-bucketed bars with cycling fills.
defn
discrete-histogram
(discrete-histogram [bars :int fill :int invert :int label :cstr] :int)
categorical bar chart.
defn
stacked-histogram
(stacked-histogram [groups :int fills :int labels :int invert :int] :int)
stacked categorical bars.