desc view description data input data
Def constructs a view from a view description and list of values. The desc input describes the view, see {mdef}. The data values must be specified as a single list with all values in row-wise order.
Example:view {A B:I C:F} def {a 1 2.0 b 22 3.5 c 333 5}
A B C 0 a 1 2.0 1 b 22 3.5 2 c 333 5.0