package textutils_kernel
Text output utilities
Install
Dune Dependency
Authors
Maintainers
Sources
textutils_kernel-v0.14.0.tar.gz
sha256=633c2079cb5250dffee6a1329b28d63fa863a66489369f85f9dcc0e4256db0f0
md5=60108803a21379909ca35d2ba96d3843
doc/textutils_kernel.text_graph/Text_graph/index.html
Module Text_graph
Source
This module renders text graphs to visualize data on the terminal. A typical text graph looks like a bar graph as shown below:
label1 3786 |----+----1----+----2---- ... ----+----7----+----8----+----9----+----| label2 3653 |----+----1----+----2---- ... ----+----7----+----8----+----9----+- label3 1055 |----+----1----+----2----+-- label4 308 |----+--- label5 70 |- label6 404 |----+----1 label7 71 |- label8 32 | (each '-' is approximately 37.860 units.)
Renders a text graph given labels and values. The list should be non-empty and the specified values must be positive numbers. Setting narrow enables narrower graphs.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>