Update README.md

This commit is contained in:
Jason Bou-Samra
2024-09-28 10:19:41 +10:00
committed by GitHub
parent f3908d3981
commit bad9e8a80a
+3
View File
@@ -21,6 +21,9 @@
## Compilation ## Compilation
type `make` or `cc -o histo histogram.c -lm` on the command line type `make` or `cc -o histo histogram.c -lm` on the command line
## Screenshot
![Histogram-C-version]()https://github.com/bou-samra/Histogram-C-version/blob/main/dist3.dat.png
## 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.