README: Future ideas.
This commit is contained in:
parent
47fffa4239
commit
2fdd3a451c
44
histogram/README
Normal file
44
histogram/README
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
--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%
|
Loading…
Reference in a new issue