This is the first beta release of GIFgraph, a package to generate GIF charts, using Lincoln Stein's GD.pm. The next release, version 1.00, should support at least what is documented, and should run on both Unix and Win32 (still not clear which perl port and GD port I will work with). to install: perl Makefile.PL make make test make install to see some samples: cd samples make That should generate a bunch of gifs. NB: This version has been tested with perl 5.004_04 on a Solaris system, using GD 1.15. I cannot guarantee that it will work on a perl version below 5.004, or with GD below 1.14. You should upgrade anyway. Most of the documentation available is contained in GIFgraph.pm, as pod. Martien Verbruggen mgjv@comdyn.com.au tgtcmv@chem.tue.nl The latest release should normally be available from CPAN and from http://www.tcp.chem.tue.nl/~tgtcmv/perl/ MOST IMPORTANT CHANGES SINCE VERSION 0.91 - Legends! - Support for negative numbers - Ticks for X axis - Allow entries in data set to be undef (to skip them) - Changed 0 angle for pie charts (was right, now is front/bottom) - A bit more documentation and samples TODO - 3d look for graphs - numerical X axes - Autoloading/splitting, etc - More options, split up some options. - Mixed Graphs - 'Preset options' for certain graph types - line widths/brushes BUG FIXES IN THIS VERSION See file BUGS NOTES FOR WIN32 I am currently working on a version that will run on win32, but there are some nasty issues with some ports of GD for win32. I will try to resolve them asap. COPYRIGHT Copyright (c) 1995-1997 Martien Verbruggen. All rights reserved. This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself.