summaryrefslogtreecommitdiff
path: root/graphics/p5-GDGraph/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GDGraph/DESCR')
-rw-r--r--graphics/p5-GDGraph/DESCR24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/p5-GDGraph/DESCR b/graphics/p5-GDGraph/DESCR
new file mode 100644
index 00000000000..d218deeafa0
--- /dev/null
+++ b/graphics/p5-GDGraph/DESCR
@@ -0,0 +1,24 @@
+GD::Graph is a perl5 module to create charts using the GD
+module.
+
+`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.
+
+`GD::Graph::pie'
+ Create a pie chart.