Syntax:
set table {"outfile" | $datablock} plot <whatever> unset table
Tabular output is written to the named file, if any, otherwise it is written
to the current value of set output. Alternatively, tabular output can be
redirected to a named data block. Data block names start with '$', see also
inline data (p. ). You must explicitly unset table in order to go back to normal
plotting on the current terminal.
To avoid any style-dependent processing of the input data (smoothing, errorbar expansion, secondary range checking, etc), or to increase the number of columns that can be tabulated, you can use the keyword "table" instead of a normal plot style. For example
set table plot <file> using 1:2:3:4:5:6:7:8:9:10 with tableAnton Gladky 2016-02-19