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

  1. size 18 24     ! This is STACK1.GLE,  a single graph, with shading background
  2. set hei .4 font pldr
  3. amove .3 .3
  4. text stack1.gle
  5.  
  6. amove 3 5
  7. box 15 16 fill grey60
  8. rmove -1 1
  9. box 15 16 fill white
  10. rmove 2 4
  11. box 11 8 fill grey5
  12. set font pldr !ss
  13. begin graph
  14.     fullsize
  15.     size 11 8
  16.     title "BAUD Rate = 9600 bit/sec"
  17.     xtitle "Seconds"
  18.     ytitle "Bits"
  19.     data test.dat
  20.     d1 line marker wsquare mscale 2
  21.     xaxis min -1 max 6
  22.     yaxis min 0 max 11
  23. end graph
  24.