Rand Stats

Text::Chart

zef:JJMERELO

Text::Chart Test

A simple Text Chart for Raku

Running an example

raku-text-chart should have been installed in your binary directory, you can run it directly this way:

raku-text-chart 3 2 1 4

Obtaining a result such as this one:

    
   ▮
   ▮
▮  ▮
▮  ▮
▮  ▮
▮▮ ▮
▮▮ ▮
▮▮▮▮
▮▮▮▮

Or you can use

raku-text-chart --max=4 --chart-chars=▐░▓█ 3 2 1 4

Which will give us:

   █
▐  █
▐░ █
▐░▓█

License

This is distributed under the GNU GPL v3