Paketname | libgd-graph-perl |
Beschreibung | Graph Plotting Module for Perl 5 |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.44-3 |
Sektion | perl |
Priorität | extra |
Installierte Größe | 856 Byte |
Hängt ab von | libgd-text-perl (>= 0.80) |
Empfohlene Pakete | |
Paketbetreuer | GD team |
Quelle | |
Paketgröße | 391016 Byte |
Prüfsumme MD5 | a599acc4bbea27c1568eb97084ceb3fc |
Prüfsumme SHA1 | b563671d06d37aa614a4df162fc025cf7cb83e9c |
Prüfsumme SHA256 | 9b251903d28c5f5e82d66fdfb2867f571c03dff0a3eac2a8afc2c938bc44c9f8 |
Link zum Herunterladen | libgd-graph-perl_1.44-3_all.deb |
Ausführliche Beschreibung | 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.
|