plot/decor
src/plot/decor.tur
defn
x-axis
(x-axis :)
horizontal axis at y=0.
defn
y-axis
(y-axis :)
vertical axis at x=0.
defn
axes
(axes :)
both x-axis and y-axis.
defn
x-tick-lines
(x-tick-lines :)
vertical grid lines at x ticks.
defn
y-tick-lines
(y-tick-lines :)
horizontal grid lines at y ticks.
defn
tick-grid
(tick-grid :)
both x and y tick lines.
defn
hrule-styled
(hrule-styled [y : float style : int] :)
horizontal reference line with explicit style.
defn
hrule
(hrule [y : float] :)
horizontal reference line.
defn
vrule-styled
(vrule-styled [x : float style : int] :)
vertical reference line with explicit style.
defn
vrule
(vrule [x : float] :)
vertical reference line.
defn
point-label-styled
(point-label-styled [x : float y : float text : cstr anchor : int style : int] :)
styled label text anchored to a data point.
defn
point-label
(point-label [x : float y : float text : cstr anchor : int] :)
label text anchored to a data point.
Internal definitions
__nan-- quiet NaN sentinel for "auto" bounds.