Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

vti/app-asciichart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Perl port of asciichart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages