Skip to content

Instantly share code, notes, and snippets.

@nebuta
Created March 4, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebuta/9355965 to your computer and use it in GitHub Desktop.
Save nebuta/9355965 to your computer and use it in GitHub Desktop.
binwidth = 1
bin(x,width)=width*floor(x/width)
plot 'histdata.dat' using (bin($1,binwidth)):(1.0) smooth freq with boxes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment