diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:11:02 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:11:02 +0800 |
commit | 70d560530d177b6e890f86e3a32cca2f456a7520 (patch) | |
tree | a550a657a6948dd20d5bed1d239b7d33be9a3733 /graphics/p5-Chart-PNGgraph | |
parent | e3652acbdf905f62f517c4977faa9c4b751b404e (diff) | |
download | freebsd-ports-graphics-70d560530d177b6e890f86e3a32cca2f456a7520.tar.gz freebsd-ports-graphics-70d560530d177b6e890f86e3a32cca2f456a7520.tar.zst freebsd-ports-graphics-70d560530d177b6e890f86e3a32cca2f456a7520.zip |
Cram into 80 columns by 24 rows.
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-descr | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/graphics/p5-Chart-PNGgraph/pkg-descr b/graphics/p5-Chart-PNGgraph/pkg-descr index b1175180bd4..895e906496d 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-descr +++ b/graphics/p5-Chart-PNGgraph/pkg-descr @@ -1,29 +1,21 @@ -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 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. - + 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. + 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: |