PSGRAPH is Copyright (C) 2013 - 2018, Ken Owen. PSGRAPH version 0.05 ==================== PSGRAPH is a module that can convert data in delimited ASCII format into graphs either in batch or individual mode. It has been tested under Ubuntu and CentOS but should work under any system that supports perl. As of this version, supported graphs are 2d pies, column and bar charts. Others are under development. The module calculates the graphs in Postscript, which allows for unlimited scaling. Exports include all formats supported by imagemagick. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: ImageMagick (http://www.imagemagick.org/script/index.php) COPYRIGHT AND LICENCE For more details, see the full text of the licenses at http://www.perlfoundation.org/artistic_license_2_0 Copyright (C) 2013 - 2016 by Ken Owen This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. This program is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.