home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / gle / demo / stack1.gle < prev    next >
Encoding:
Text File  |  1992-11-29  |  438 b   |  24 lines

  1. size 18 24     ! This is STACK1.GLE,  a single graph, with shading background
  2. set hei .4
  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 ss
  13. begin graph
  14.     fullsize
  15.     size 11 8
  16.     title "Data transfer on 9600 bit/sec line"
  17.     xtitle "Time (seconds)"
  18.     ytitle "K 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.