Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:

    Code:
    $ cat my_datafile | drawhistogram --interval 0.5 --output my_histogram.svg # made up obviously
    I don't expect that simple but the closer the better! if it could remain command-line, that'd be really nice
    Thanks!!
    Anthony

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    Have a look at gnuplot
    You must always face the curtain with a bow.

  3. #3
    Just 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)

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    Glad to hear it worked for you.

    gnuplot helped me more than once already
    You must always face the curtain with a bow.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...