home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUPDEMO.ZIP / using.demo < prev    next >
Text File  |  1992-03-25  |  777b  |  25 lines

  1. #
  2. # $Id: using.demo,v 3.26 92/03/24 22:32:27 woo Exp Locker: woo $
  3. #
  4. #
  5. # Requires data file "using.dat" from this directory,
  6. # so change current working directory to this directory before running.
  7. #
  8. set title "Convex     November 1-7 1989"
  9. set label "(Weekend)" at 5,25 center
  10. plot 'using.dat' using 3:4 title "Logged in" with impulses,\
  11.      'using.dat' using 3:5 t "Load average" with points,\
  12.      'using.dat' using 3:6 t "%CPU used" with lines
  13. set nolabel
  14. pause -1 "Hit return to continue"
  15.  
  16. set title "Convex     November 1-7 1989    Circadian"
  17. set xrange[-1:24]
  18. plot 'using.dat' using 2:4 title "Logged in" with impulses,\
  19.      'using.dat' using 2:4 title "Logged in" with points
  20. pause -1 "Hit return to continue"
  21.  
  22. # undo what we have done above
  23. set title
  24. set autoscale x
  25.