1 2 3 4 5
set terminal table set output "pgfmanual-sine.table" set format "%.5f" set samples 20 plot [x=0:10] sin(x)