[BACK]Return to fit.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

Diff for /OpenXM_contrib/gnuplot/demo/Attic/fit.dem between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:00 version 1.1.1.2, 2000/01/22 14:16:06
Line 11  set title 'data for first fit demo'
Line 11  set title 'data for first fit demo'
 plot 'lcdemo.dat'  plot 'lcdemo.dat'
 set xlabel "Temperature T  [deg Cels.]"  set xlabel "Temperature T  [deg Cels.]"
 set ylabel "Density [g/cm3]"  set ylabel "Density [g/cm3]"
   set key below
   
 print "now fitting a straight line to the data :-)"  print "now fitting a straight line to the data :-)"
 print "only as a demo without physical meaning"  print "only as a demo without physical meaning"
Line 213  print  "Remember that this file will always be appende
Line 214  print  "Remember that this file will always be appende
 print  "from time to time!"  print  "from time to time!"
 print  ""  print  ""
 pause -1 "Done with fitting demo  (-> return)"  pause -1 "Done with fitting demo  (-> return)"
   reset

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>