Macro Command Reference
addvalue <BUFFER> <x value> <y value> [x error] [y error]
Add values to data buffer. This works also if you enter only the numbers (without 'addvalue')
If you add data by only entering values (without 'addvalue') 4 option are availabe:
Add x and y value to buffer 0:
<x value> <y value>
Add x and y value to buffer with given number:
<buffer> <x value> <y value>
Add x and y and error values to buffer 0:
<x value> <y value> <x error value> <y error value>
Add x and y and error values to buffer with given number:
<buffer> <x value> <y value> <x error value> <y error value>
Keep in mind that data can only be added to existing data buffer. If you have a new document you have to create the buffer first, e.g:
newbuffer 1 1 2 4 3 9 4 16 5 25 rescale