Macro Command Reference
calc <target> <expr> <BUFFER>
Performs a calculation on the data in the buffers.
<target>
: The target axis
(1or x = X values, 2 or y = Y values, 3 or xe = X error, 4 or ye = Y error).
<expr>
: Expression which defines the calculation.
BUFFER
a list of one or more data buffers. Possible values are:
all | all buffers in the document |
visible | visible buffers in the document |
hidden | hidden buffers in the document |
none | no buffer |
b1,b2,b3,...,bn | a list of buffers where the arguments may be math expressions. |
bs..be | buffers from bs to be |