From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- gnuplot/histogram.plot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gnuplot/histogram.plot (limited to 'gnuplot') diff --git a/gnuplot/histogram.plot b/gnuplot/histogram.plot new file mode 100644 index 0000000..b560046 --- /dev/null +++ b/gnuplot/histogram.plot @@ -0,0 +1,5 @@ +binwidth=5 +bin(x,width)=width*floor(x/width) + +plot 'datafile' using (bin($1,binwidth)):(1.0) smooth freq with boxes + -- cgit v1.2.3