# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "rectangle_2" jsdir "." # set output 'rectangle.2.js' set style rectangle back fc lt -1 fillstyle solid 0.15 noborder set key bmargin center horizontal Right noreverse enhanced autotitle nobox set label 1 "(Weekend)" at 5.00000, 25.0000, 0.00000 center norotate back nopoint set object 1 rect from 1.00000, graph 0 to 2.00000, graph 1 set object 1 back clip lw 1.0 dashtype solid fc lt -1 fillstyle solid 0.15 noborder set object 2 rect from 3.00000, graph 0 to 4.00000, graph 1 set object 2 back clip lw 1.0 dashtype solid fc lt -1 fillstyle solid 0.15 noborder set object 3 rect from 5.00000, graph 0 to 6.00000, graph 1 set object 3 back clip lw 1.0 dashtype solid fc lt -1 fillstyle solid 0.15 noborder set object 4 rect from 7.00000, graph 0 to 8.00000, graph 1 set object 4 back clip lw 1.0 dashtype solid fc lt -1 fillstyle solid 0.15 noborder set title "Convex November 1-7 1989" set xrange [ 1.00000 : 8.00000 ] noreverse nowriteback LABEL = "Label in a box" x = 0.0 ## Last datafile plotted: "using.dat" 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