cvegraph.plot 308 B

123456789101112131415
  1. set nokey
  2. set title "CVE History of Package"
  3. set xlabel "Assignment Date"
  4. set ylabel "Accumulated Severity"
  5. set xdata time
  6. set timefmt "%Y-%m-%d"
  7. set xtics nomirror rotate by -60
  8. set rmargin 4
  9. set xrange ["2004-1-1":]
  10. set size ratio 0.3
  11. set terminal png 12
  12. #plot '-' using 1:2 with boxes smooth frequency