Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / p5-GDGraph / DESCR
blob7ba7ef8388504320886ef7e4589a615ee748812c
1 GD::Graph is a perl5 module to create charts using the GD
2 module.
4 `GD::Graph::lines'
5    Create a line chart.
7 `GD::Graph::bars'
8    Create a bar chart.
10 `GD::Graph::points'
11    Create an chart, displaying the data as points.
13 `GD::Graph::linespoints'
14    Combination of lines and points.
16 `GD::Graph::area'
17    Create a graph, representing the data as areas under a
18    line.
20 `GD::Graph::mixed'
21    Create a mixed type graph, any combination of the above.
23 `GD::Graph::pie'
24    Create a pie chart.