diff options
Diffstat (limited to 'scripts/histogram')
-rwxr-xr-x | scripts/histogram | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/histogram b/scripts/histogram deleted file mode 100755 index 329b775e..00000000 --- a/scripts/histogram +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -./frequency.pl 103.hist > hist.dat - -gnuplot << EOF -set term postscript enhanced font "Helvetica,20" -set output "histo.ps" - -plot [-2000:60000] "hist.dat" u 1:2 w l t "103 reflection" -EOF - -ps2pdf histo.ps -rm -f histo.ps hist.dat - -evince histo.pdf |