This wxWidgets control plots points (e.g. function results) with different colors. It automatically scales its output according to the control size.
The points are passed as pairs of coordinates. Points are connected by lines when drawn.
The control has been tested on Mac OS X, but should work on other operating systems (including Windows and Linux) as well.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires wxWidgets and the Wx module.
COPYRIGHT AND LICENCE
Copyright (C) 2004-2005 Christian Renz <crenz@web42.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.