Back to demo index

gnuplot demo script: using.dem

autogenerated by webify.pl on Thu Nov 15 13:04:27 2018
gnuplot version gnuplot 5.2 patchlevel 5
Your browser does not support the HTML 5 canvas element
          # unzoom rezoom zoom text ?
     
#
# $Id: using.dem,v 1.5 1999/11/08 19:19:15 lhecking 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

Click here for minimal script to generate this plot


Your browser does not support the HTML 5 canvas element
          # unzoom rezoom zoom text ?
     

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
unset label

Click here for minimal script to generate this plot