tangetools/histogram
2014-03-16 21:44:08 +01:00
..
histogram histogram: man page updated. 2014-03-16 21:44:08 +01:00
README README: Future ideas. 2013-10-15 14:24:02 +02:00
tests histogram: man page updated. 2014-03-16 21:44:08 +01:00

--input h,v

  foo,2
  bar,4

--input hv

  foo 2
  bar 4

--input ihv

  ignore foo 2
  ignore bar 4

--format hbv

  foo ====== 2
  bar ============ 4

--format HbV

  =foo=2=
  =bar=========4=

--format hb

  foo ======
  bar ============

--format hb%

  foo ====== 50%
  bar ============ 100%

--format hbv%

  foo ====== 2 50%
  bar ============ 4 100%

--format hVb%

  foo =2===== 50%
  bar =4=========== 100%