[BACK]Return to using.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

Annotation of OpenXM_contrib/gnuplot/demo/using.dem, Revision 1.1.1.3

1.1       maekawa     1: #
1.1.1.3 ! ohara       2: # $Id: using.dem,v 1.2.2.2 2001/12/04 14:12:53 lhecking Exp $
1.1       maekawa     3: #
                      4: # Requires data file "using.dat" from this directory,
                      5: # so change current working directory to this directory before running.
                      6: #
                      7:
                      8: set title "Convex     November 1-7 1989    Circadian"
1.1.1.2   maekawa     9: set key left box
1.1       maekawa    10: set xrange[-1:24]
                     11: plot 'using.dat' using 2:4 title "Logged in" with impulses,\
                     12:      'using.dat' using 2:4 title "Logged in" with points
                     13: pause -1 "Hit return to continue"
                     14:
                     15: set xrange [1:8]
                     16: #set xdtic
                     17: set title "Convex     November 1-7 1989"
1.1.1.2   maekawa    18: set key below
1.1       maekawa    19: set label "(Weekend)" at 5,25 center
                     20: plot 'using.dat' using 3:4 title "Logged in" with impulses,\
                     21:      'using.dat' using 3:5 t "Load average" with points,\
                     22:      'using.dat' using 3:6 t "%CPU used" with lines
                     23: set nolabel
                     24: pause -1 "Hit return to continue"
1.1.1.2   maekawa    25: reset

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>