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

Diff for /OpenXM_contrib/gnuplot/demo/Attic/using.dem between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:04 version 1.1.1.2, 2000/01/22 14:16:10
Line 6 
Line 6 
 #  #
   
 set title "Convex     November 1-7 1989    Circadian"  set title "Convex     November 1-7 1989    Circadian"
   set key left box
 set xrange[-1:24]  set xrange[-1:24]
 plot 'using.dat' using 2:4 title "Logged in" with impulses,\  plot 'using.dat' using 2:4 title "Logged in" with impulses,\
      'using.dat' using 2:4 title "Logged in" with points       'using.dat' using 2:4 title "Logged in" with points
Line 14  pause -1 "Hit return to continue"
Line 15  pause -1 "Hit return to continue"
 set xrange [1:8]  set xrange [1:8]
 #set xdtic  #set xdtic
 set title "Convex     November 1-7 1989"  set title "Convex     November 1-7 1989"
   set key below
 set label "(Weekend)" at 5,25 center  set label "(Weekend)" at 5,25 center
 plot 'using.dat' using 3:4 title "Logged in" with impulses,\  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:5 t "Load average" with points,\
      'using.dat' using 3:6 t "%CPU used" with lines       'using.dat' using 3:6 t "%CPU used" with lines
 set nolabel  set nolabel
 pause -1 "Hit return to continue"  pause -1 "Hit return to continue"
   reset
   
 # undo what we have done above  
 set title  
 set autoscale x  
 #set xtics autofreq  

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

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