Graph.sh – w/GNUPlot

#!/bin/bash mv _dall3.dat.csv $1.csv gnuplot -persist <<-EOFMarker set xrange [0:10] set yrange [0:45] datafile = “$1.csv” set output “$1.png” set xlabel “Digit” set ylabel “Percent” set terminal png size 600,400 set datafile separator ‘,’ set title ‘BenfordBench.org Analysis of Election Log Time-Stamps in Delta Total Seconds’ font “,10” textcolor rgbcolor “black” set pointsize 3 plot …

BenfordBenchXc – Command Line Flag Analysis

‘This file is part of bxc/benford. ‘bxc/benford aka Benford Bench is free software: you can redistribute ‘it and/or modify it under the terms of the GNU General Public License ‘as published by the Free Software Foundation, either version 3 of the ‘License, or (at your option) any later version. ‘bxc/benford is distributed in the hope …