|
A Python port of JpGraph 1.5.3.
"What is JpGraph?"
"JpGraph is a fully OO graph library which makes it easy to
both draw a "quick and dirty" graph with a minimum of
code and quite complex graphs which requires a very fine grain of
control. The library tries to assign sensible default values for
most parameters hence making the learning curve quite flat since
for most of the time very few commands is required to draw graphs
with a pleasing aesthetic look." -- Johan Persson
Our port of JpGraph depends on gdmodule,
and of gd itself. Both
are included in the tar file. The port also expects Freetype and
appropriate TTF fonts, which are not included. Gantt charts
and image maps still need work, but the package in general pretty
well. Sample output is here.
Thanks to Johan Persson, Chris Gonnerman, and Thomas Bouttel.
|