home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / util / fitls / test.gle < prev    next >
Encoding:
Text File  |  1992-11-29  |  218 b   |  10 lines

  1. size 24 18
  2. begin graph
  3.     size 24 18
  4.     title "y = 3.61737+3.61737*x+3.61737*x^2, fit = 1" hei .4
  5.     data test.dat d1=c1,c2 
  6.     d1 marker dot 
  7.     let d2 = 3.61737+3.61737*x+3.61737*x^2 from 1 to 4 step 0.03 
  8.     d2 line 
  9. end graph
  10.