home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / BOB.PLT < prev    next >
Encoding:
Text File  |  1994-02-22  |  247 b   |  20 lines

  1. # bob.plt
  2.  
  3. paper size 11 by 8.5
  4. subplot 2 2 9 7
  5. map x -2 10 y 0.1 10 y2 0.1 10
  6. y log
  7. y2 log
  8. draw x y y2
  9. xlabel 'N'
  10. ylabel 's'
  11. y2label '\F2 l'
  12. title 'BOB.PLT'
  13. frame
  14.  
  15. color lred
  16. plot 'bob.dat'
  17. pen style 3
  18. column 3 is y
  19. plot data
  20.