Source: libgd-graph-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), imagemagick , libcapture-tiny-perl , libgd-perl (>= 2.76-4~) , libgd-text-perl , libtest-exception-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgd-graph-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgd-graph-perl.git Homepage: https://metacpan.org/release/GDGraph Rules-Requires-Root: no Package: libgd-graph-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libgd-perl (>= 2.76-4~), libgd-text-perl Description: Graph Plotting Module for Perl 5 GD::Graph is a perl5 module to create charts using the GD module. The following classes for graphs with axes are defined: * GD::Graph::lines - Create a line chart. * GD::Graph::bars - Create a bar chart. * GD::Graph::points - Create an chart, displaying the data as points. * GD::Graph::linespoints - Combination of lines and points. * GD::Graph::area - Create a graph, representing the data as areas under a line. * GD::Graph::mixed - Create a mixed type graph, any combination of the above. At the moment this is fairly limited. Some of the options that can be used with some of the individual graph types won't work very well. Multiple bar graphs in a mixed graph won't display very nicely. * GD::Graph::pie - Create a pie chart.