No matching definitions.

plot/area

src/plot/area.tur
defn

rectangles

(rectangles [rects : int fill : int label : cstr] :)

draw filled rectangles from nested cons quads.

defn

area-histogram

(area-histogram [bars : int fill-styles : int label : cstr] :)

draw pre-bucketed bars with cycling fills.

defn

discrete-histogram

(discrete-histogram [bars : int fill : int invert : int label : cstr] :)

categorical bar chart.

defn

stacked-histogram

(stacked-histogram [groups : int fills : int labels : int invert : int] :)

stacked categorical bars.