mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
556 B
Plaintext
12 lines
556 B
Plaintext
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
|