=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/fit.dem,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/demo/Attic/fit.dem 2000/01/09 17:01:00 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/fit.dem 2000/01/22 14:16:06 1.1.1.2 @@ -1,5 +1,5 @@ # -# $Id: fit.dem,v 1.1.1.1 2000/01/09 17:01:00 maekawa Exp $ +# $Id: fit.dem,v 1.1.1.2 2000/01/22 14:16:06 maekawa Exp $ # print "Some examples how data fitting using nonlinear least squares fit" @@ -11,6 +11,7 @@ set title 'data for first fit demo' plot 'lcdemo.dat' set xlabel "Temperature T [deg Cels.]" set ylabel "Density [g/cm3]" +set key below print "now fitting a straight line to the data :-)" print "only as a demo without physical meaning" @@ -213,3 +214,4 @@ print "Remember that this file will always be appende print "from time to time!" print "" pause -1 "Done with fitting demo (-> return)" +reset