Showing posts with label fitting. Show all posts
Showing posts with label fitting. Show all posts

Wednesday, 25 March 2009

Printing variables from gnuplot to a file

To output variables such as fitting parameters from gnuplot use.
set fit errorvariables # creates a_err type variables for fitting errors
set print "tmp.dat"
print a,a_err,b,b_err