From 3a03e4e4549d1a7d4218e6112c322b6882ed38e6 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:32:32 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8d754..4918736 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,15 @@ type the following commands: ## Misc. * I have included both uniform and gaussian (normal) distribution data files. * 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