File: gnuplot-score-graph

package info (click to toggle)
spamassassin 4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,724 kB
  • sloc: perl: 89,143; ansic: 5,193; sh: 3,737; javascript: 339; sql: 295; makefile: 209; python: 49
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

./gen-score-freqs-gnuplot-table < ../spam.log > spam.score_freqs
./gen-score-freqs-gnuplot-table < ../nonspam.log > nonspam.score_freqs

echo '

gnuplot
plot [] [0:5000] "spam.score_freqs", "nonspam.score_freqs"

'