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

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