diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-04-11 21:51:42 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-04-11 21:51:42 +0800 |
commit | 6886d3797c176aacbebb02ececc81b5ba20ff985 (patch) | |
tree | 489731281f367742e6fbb82d1d6e4f2e3237a730 /graphics/p5-chart/pkg-descr | |
parent | 08d5e194855d00d396d1f8d236359648bec2348a (diff) | |
download | freebsd-ports-gnome-6886d3797c176aacbebb02ececc81b5ba20ff985.tar.gz freebsd-ports-gnome-6886d3797c176aacbebb02ececc81b5ba20ff985.tar.zst freebsd-ports-gnome-6886d3797c176aacbebb02ececc81b5ba20ff985.zip |
A perl5 module for build chart graphic.
Diffstat (limited to 'graphics/p5-chart/pkg-descr')
-rw-r--r-- | graphics/p5-chart/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/p5-chart/pkg-descr b/graphics/p5-chart/pkg-descr new file mode 100644 index 000000000000..fb65e7995e8c --- /dev/null +++ b/graphics/p5-chart/pkg-descr @@ -0,0 +1,11 @@ +This module is an attempt to build a general purpose graphing module +that is easily modified and expanded. I borrowed most of the API from +Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I +thought it was to difficult to modify, and it was missing a few things +that I needed, most notably legends. So I decided to write a new module +from scratch, and I've designed it from the bottom up to be easy to +modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all +of its graphics primitives calls. + +- Vanilla +vanilla@FreeBSD.ORG |