Update README.md

This commit is contained in:
Jason Bou-Samra
2024-04-21 19:32:32 +10:00
committed by GitHub
parent 5a8b45dfa8
commit 3a03e4e454
+9 -1
View File
@@ -31,7 +31,15 @@ type the following commands:
## Misc. ## Misc.
* I have included both uniform and gaussian (normal) distribution data files. * I have included both uniform and gaussian (normal) distribution data files.
* Gnuplot or some equivelant application is required to graph the histogram data. * Gnuplot or some equivelant application is required to graph the histogram data.
* I find `gnuplot` then `plot 'dist3.dat' using 1:2 smooth freq w boxes` works well (see png file for sample output). * I find:
`gnuplot`
`set style fill solid border -1 `
`plot 'gauss.out' using 1:2 smooth freq w boxes`
works well (see png file for sample output).
## Todo ## Todo