No matching definitions.

plot/interval

src/plot/interval.tur
defn

function-interval

(function-interval [f1 f2 x-min : float x-max : float samples : int fill : int style : int label : cstr] :)

shade between f1(x) and f2(x).

defn

lines-interval

(lines-interval [vs1 : int vs2 : int fill : int style : int label : cstr] :)

shade between two sampled line lists.

defn

parametric-interval

(parametric-interval [f1 f2 t-min : float t-max : float samples : int fill : int style : int label : cstr] :)

shade between two parametric curves.

defn

polar-interval

(polar-interval [f1 f2 theta-min : float theta-max : float samples : int fill : int style : int label : cstr] :)

shade between two polar curves.

Internal definitions
__nan-- quiet NaN sentinel for "auto y bound" on function-interval.