# matrix-reload 03 set logscale y set title "matrix-reload 03" set terminal png small color set output 'matrix-reload-03.png' f(x) = exp(a*x + b) fit f(x) 'matrix-reload-03' using :1 via 'variable.init' set label 'a = %3.5g',a at 20, 30000000 set label 'b = %3.5g',b at 20, 40000000 plot 'matrix-reload-03', exp(a*x + b) with linesp