From 87d289ef2e22ab82e77a1865b2e8e307f0a59540 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 25 Dec 1999 15:57:14 +0000 Subject: p5-Chart-PNGgraph version 1.13 A Perl module for generating presentation graphics. PR: 15509 Submitted by: Garrett Wollman --- graphics/p5-Chart-PNGgraph/pkg-descr | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 graphics/p5-Chart-PNGgraph/pkg-descr (limited to 'graphics/p5-Chart-PNGgraph/pkg-descr') 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. -- cgit v1.1