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;

    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.

    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.

AUTHOR

Viacheslav Tykhanovskyi <viacheslav.t@gmail.com>