summaryrefslogtreecommitdiffstats
path: root/graphics/p5-Chart-PNGgraph/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-25 15:57:14 +0000
committersteve <steve@FreeBSD.org>1999-12-25 15:57:14 +0000
commit87d289ef2e22ab82e77a1865b2e8e307f0a59540 (patch)
tree84707798ea5ab4ced2324ab58ccfc942f3935cc0 /graphics/p5-Chart-PNGgraph/pkg-descr
parent81773675ee0ff32d87c5dc530993b6cc37fa7d2d (diff)
downloadFreeBSD-ports-87d289ef2e22ab82e77a1865b2e8e307f0a59540.zip
FreeBSD-ports-87d289ef2e22ab82e77a1865b2e8e307f0a59540.tar.gz
p5-Chart-PNGgraph version 1.13
A Perl module for generating presentation graphics. PR: 15509 Submitted by: Garrett Wollman <wollman@lcs.mit.edu>
Diffstat (limited to 'graphics/p5-Chart-PNGgraph/pkg-descr')
-rw-r--r--graphics/p5-Chart-PNGgraph/pkg-descr31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/p5-Chart-PNGgraph/pkg-descr b/graphics/p5-Chart-PNGgraph/pkg-descr
new file mode 100644
index 0000000..b117518
--- /dev/null
+++ b/graphics/p5-Chart-PNGgraph/pkg-descr
@@ -0,0 +1,31 @@
+Chart::PNGgraph is a perl5 module to create and display
+PNG output for a graph. The following classes for graphs
+with axes are defined:
+
+Chart::PNGgraph::lines
+ Create a line chart.
+
+Chart::PNGgraph::bars
+ Create a bar chart.
+
+Chart::PNGgraph::points
+ Create an chart, displaying the data as points.
+
+Chart::PNGgraph::linespoints
+ Combination of lines and points.
+
+Chart::PNGgraph::area
+ Create a graph, representing the data as areas under a
+ line.
+
+Chart::PNGgraph::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.
+
+Additional types:
+
+Chart::PNGgraph::pie
+ Create a pie chart.
OpenPOWER on IntegriCloud