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] :int)
shade between f1(x) and f2(x).
defn
lines-interval
(lines-interval [vs1 :int vs2 :int fill :int style :int label :cstr] :int)
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] :int)
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] :int)
shade between two polar curves.