No matching definitions.

plot/point

src/plot/point.tur
defn

points

(points [vs :int style :int label :cstr] :int)

scatter plot renderer.

defn

error-bars

(error-bars [bars :int style :int invert :int label :cstr] :int)

vertical or horizontal error bars.

defn

vector-field

(vector-field [f x-min :float x-max :float y-min :float y-max :float samples :int scale-mode :int style :int label :cstr] :int)

sample f(x,y)->(cons dx dy) over a grid.

defn

arrows

(arrows [arrow-list :int style :int label :cstr] :int)

explicit arrow segments.