The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::AsciiChart - Simple Ascii Chart

SYNOPSIS

    use App::AsciiChart;

    print App::AsciiChart->new->plot([1, 5, 3, 9, 10, 12]);

DESCRIPTION

App::AsciiChart is a port to Perl of https://github.com/kroitor/asciichart project.

    12| ....╭.
    11| ....│.
    10| ...╭╯.
     9| ..╭╯..
     8| ..│...
     7| ..│...
     6| ..│...
     5| ╭╮│...
     4| │││...
     3| │╰╯...
     2| │.....
     1| ╯.....

There is also a command line script asciichart.

LICENSE

Copyright (C) Viacheslav Tykhanovskyi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

CREDITS

Varadinsky (github/Varadinsky)

AUTHOR

Viacheslav Tykhanovskyi <viacheslav.t@gmail.com>