home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / os2 / graficos / gle / errbar.gle < prev    next >
Encoding:
Text File  |  1994-01-12  |  294 b   |  15 lines

  1. size 24 18 box
  2. set font pldr
  3. begin graph
  4.     SIZE 24 18
  5.     xtitle "TRYPSIN activity"
  6.     ytitle "weight gain"
  7.     title "Trial of Error Bars"
  8.     xaxis min 0 max 25
  9.     yaxis min 0 max 25
  10.     data test2.dat
  11.     d1 marker square color blue
  12.     d2 marker triangle color red
  13.     d2 err 10% errwidth .5
  14. end graph
  15.