home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / os2 / graficos / gle / bar3d.gle < prev    next >
Encoding:
Text File  |  1994-01-12  |  197 b   |  11 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  dist .4 &
  8.         3d .5 .3 side white,yellow top blue,red
  9. end graph
  10.       
  11.