=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/demo/Attic/using.dem,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/demo/Attic/using.dem 2000/01/09 17:01:04 1.1.1.1 +++ OpenXM_contrib/gnuplot/demo/Attic/using.dem 2000/01/22 14:16:10 1.1.1.2 @@ -1,11 +1,12 @@ # -# $Id: using.dem,v 1.1.1.1 2000/01/09 17:01:04 maekawa Exp $ +# $Id: using.dem,v 1.1.1.2 2000/01/22 14:16:10 maekawa Exp $ # # Requires data file "using.dat" from this directory, # so change current working directory to this directory before running. # set title "Convex November 1-7 1989 Circadian" +set key left box set xrange[-1:24] plot 'using.dat' using 2:4 title "Logged in" with impulses,\ 'using.dat' using 2:4 title "Logged in" with points @@ -14,14 +15,12 @@ pause -1 "Hit return to continue" set xrange [1:8] #set xdtic set title "Convex November 1-7 1989" +set key below set label "(Weekend)" at 5,25 center plot 'using.dat' using 3:4 title "Logged in" with impulses,\ 'using.dat' using 3:5 t "Load average" with points,\ 'using.dat' using 3:6 t "%CPU used" with lines set nolabel pause -1 "Hit return to continue" +reset -# undo what we have done above -set title -set autoscale x -#set xtics autofreq