# set the title for the .png set title "sfoFirewall deny - tcp port traffic over 24 hours" # set parameters set nohidden3d set ticslevel 0.0 set view 65,65 set autoscale set grid set parametric set data style boxes set ylabel "port" set xlabel "hour (0-24)" set zlabel "number denied packets" set term png small color # define output type (can be .ps etc) set output "hme0.deny.png" # define data source splot "hme0.deny" # alternate data source. multiple sources provide for multiple colors # as seen in the first png #splot "hme0.deny.out.25", "hme0.deny.out.21","hme0.deny.other","hme0.deny.out.80"