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

  1. size 24 18 box
  2. set font pldr
  3. begin graph
  4.     SIZE 24 18
  5.     Title "Bar example"
  6.     data test.dat
  7.     bar d1,d2 fill green,blue
  8.     fill x1,d1 color grey10
  9. end graph
  10.