Histogram no longer requires a wrap command before it on unnamed columns (#2332)

This commit is contained in:
Joseph T. Lyons
2020-08-11 17:42:59 -04:00
committed by GitHub
parent 3c18169f63
commit cc3c10867c

View File

@ -55,27 +55,27 @@ true
``` ```
```shell ```shell
> random dice --dice 1024 --sides 16 | wrap dice | histogram dice | sort-by count > random dice --dice 1024 --sides 16 | histogram | sort-by count
────┬──────┬───────┬────────────────────────────────────────────────────────────────────────────────────────────────────── ────┬──────┬───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────
# │ dice │ count │ frequency # │ value │ count │ frequency
────┼──────┼───────┼────────────────────────────────────────────────────────────────────────────────────────────────────── ────┼──────┼───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────
0 1554 │ *********************************************************************** 014 54 │ **********************************************************************
1 755 │ ************************************************************************ 14 55 │ ***********************************************************************
2 156 │ ************************************************************************* 21058 │ ***************************************************************************
3 1657 │ *************************************************************************** 315 59 │ ****************************************************************************
4 557 │ *************************************************************************** 41160 │ *****************************************************************************
5 361 │ ******************************************************************************** 57 60 │ *****************************************************************************
6 1162 │ ********************************************************************************* 616 61 │ *******************************************************************************
7 1464 │ ************************************************************************************ 75 62 │ ********************************************************************************
8 965 │ ************************************************************************************* 83 63 │ *********************************************************************************
9 1266 │ ************************************************************************************** 99 63 │ *********************************************************************************
10467 │ **************************************************************************************** 102 64 │ ***********************************************************************************
11269 │ ****************************************************************************************** 118 68 │ ****************************************************************************************
12869 │ ****************************************************************************************** 121 71 │ ********************************************************************************************
13671 │ ********************************************************************************************* 131373 │ **********************************************************************************************
141375 │ ************************************************************************************************** 146 76 │ **************************************************************************************************
151076 │ **************************************************************************************************** 1512 77 │ ****************************************************************************************************
────┴──────┴───────┴────────────────────────────────────────────────────────────────────────────────────────────────────── ────┴──────┴───────┴──────────────────────────────────────────────────────────────────────────────────────────────────────
``` ```
## uuid ## uuid