home *** CD-ROM | disk | FTP | other *** search
- # usage.plt
-
- paper size 11 by 8.5
-
- pen color lred
- title "Computer Usage, January 29 1993"
- symbol size 0.1
-
- map x 1 7
- divi x 6,2
- data 'usage.dat'
-
- column 3 is x 4 is y
- plot x y needle
-
- pen style 2 color 2
- column 5 is y
- plot x y add
-
- pen style 1 color 3
- column 6 is y
- plot x y connect
-
- pen color lred
- format x 0 y 0
- draw x y
- ylabel 'percentage'
-
- legend at 5 1 offset 1.5
- pen 1 "Logged in"
- symbol 1 color 2 "Load average"
- pen 1 color 3 "%CPU used"
- end