diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:51:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 13:51:42 +0000 |
commit | f72d7fa363dcf04cb34d76f333c2529ccffedbb4 (patch) | |
tree | f84300ab672abf9cb51aedff6a6a90701fbf4f14 /graphics/p5-Chart/pkg-descr | |
parent | 8a21baec0318a4c7e994fe92ecd9f9be519aa8c1 (diff) |
Notes
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 |