Update histogram examples

This commit is contained in:
Joseph T Lyons
2020-08-15 01:31:17 -04:00
committed by Andrés N. Robalino
parent d1d98a897a
commit 8f00713ad2
2 changed files with 64 additions and 64 deletions

View File

@ -55,27 +55,27 @@ true
```
```shell
> random dice --dice 1024 --sides 16 | histogram | sort-by count
────┬───────┬───────┬──────────────────────────────────────────────────────────────────────────────────────────────────────
# │ value │ count │ frequency
────┼───────┼───────┼──────────────────────────────────────────────────────────────────────────────────────────────────────
01454 │ **********************************************************************
14 55 │ ***********************************************************************
21058 │ ***************************************************************************
31559 │ ****************************************************************************
41160 │ *****************************************************************************
57 60 │ *****************************************************************************
61661 │ *******************************************************************************
7562 │ ********************************************************************************
8363 │ *********************************************************************************
9963 │ *********************************************************************************
102 64 │ ***********************************************************************************
118 68 │ ****************************************************************************************
121 71 │ ********************************************************************************************
131373 │ **********************************************************************************************
14676**************************************************************************************************
151277 │ ****************************************************************************************************
────┴───────┴───────┴──────────────────────────────────────────────────────────────────────────────────────────────────────
> random dice --dice 1024 --sides 16 | histogram | sort-by occurrences
────┬───────┬─────────────┬────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────
# │ value │ occurrences │ percentage │ frequency
────┼───────┼─────────────┼────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────
06 5775.00% │ ***************************************************************************
112 5977.63% │ *****************************************************************************
23 5977.63% │ *****************************************************************************
316 60 │ 78.95% │ ******************************************************************************
413 6180.26% │ ********************************************************************************
511 6281.58% │ *********************************************************************************
65 62 │ 81.58% │ *********************************************************************************
79 6281.58% │ *********************************************************************************
84 6382.89% │ **********************************************************************************
98 6484.21% │ ************************************************************************************
1010 6585.53% │ *************************************************************************************
1115 66 │ 86.84% │ **************************************************************************************
1214 67 │ 88.16% │ ****************************************************************************************
137 69 │ 90.79% │ ******************************************************************************************
141 7294.74% │ **********************************************************************************************
152 76 │ 100.00% │ ****************************************************************************************************
────┴───────┴─────────────┴────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────
```
## uuid