You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,6 +93,6 @@ Generate an ascii bar chart for input data (this is like a visualization of `uni
93
93
94
94
`bar_chart.py` and `histogram.py` also support ingesting pre-aggregated values. Simply provide a two column input of `count<whitespace>value` for `-a` or `value<whitespace>count` for `-A`:
95
95
96
-
$ cat data | uniq -c | bar_chart.py -a
96
+
$ sort /path/to/data | uniq -c | bar_chart.py -a
97
97
98
98
This is very convenient if you pull data out, say Hadoop or MySQL already aggregated.
0 commit comments