File: control

package info (click to toggle)
libgd-graph-perl 1.48-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 768 kB
  • ctags: 225
  • sloc: perl: 4,994; makefile: 61
file content (40 lines) | stat: -rw-r--r-- 1,494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libgd-graph-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Dominic Hargreaves <dom@earth.li>
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 imagemagick,
 libgd-text-perl
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgd-graph-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgd-graph-perl.git
Homepage: http://search.cpan.org/dist/GDGraph/

Package: libgd-graph-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests}
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.