Provides a mechanism to simplify generating a graph of a mathematical function which maps x to y.
lw-gt
t
basic-graph-spec-function
basic-graph-spec-start-x
basic-graph-spec-step-x
basic-graph-spec-range
basic-graph-spec-color
basic-graph-spec-thickness
basic-graph-spec-name
basic-graph-spec-x-scale
basic-graph-spec-y-scale
basic-graph-spec-x-offset
basic-graph-spec-y-offset
basic-graph-spec-var1
basic-graph-spec-var2
basic-graph-spec-var3
basic-graph-spec-var4
basic-graph-spec-var5
basic-graph-spec-var6
The system class basic-graph-spec
provides a mechanism to simplify generating a graph of a mathematical function which maps x to y. Create it with make-basic-graph-spec.
basic-graph-spec
mechanism is intended to make it simpler to repeatedly compute graphs for a function with values that may change. It is a thin layer, and you can implement you own version using generate-graph-from-pairs.basic-graph-spec
is a structure type, and can be included in structures your define to extend the functionality.
make-basic-graph-spec
14.2 Higher level - drawing graphs and bar charts
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:10