Results 1 to 4 of 4
Hey all!
looking for a quick and dirty way to draw an histogram based on a bunch of numerical values (say in a file). something like:
Code:
$ cat my_datafile ...
- 10-05-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
draw histogram from datafile
Hey all!
looking for a quick and dirty way to draw an histogram based on a bunch of numerical values (say in a file). something like:
I don't expect that simple but the closer the better! if it could remain command-line, that'd be really niceCode:$ cat my_datafile | drawhistogram --interval 0.5 --output my_histogram.svg # made up obviously
Thanks!!
Anthony
- 10-05-2011 #2
Have a look at gnuplot
You must always face the curtain with a bow.
- 10-05-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
thanks

this did the trick: (google this as i can't post urls: Gnuplot surprising: Statistic analysis and histogram plotting using gnuplot)
- 10-05-2011 #4
Glad to hear it worked for you.
gnuplot helped me more than once already
You must always face the curtain with a bow.


Reply With Quote