NAME
Chart::Ploticus - Perl API for Ploticus
SYNOPSIS
use Chart::Ploticus;
ploticus_init("png","hello.png");
ploticus_arg("-scale","0.8");
ploticus_begin();
ploticus_execline("#proc annotate");
ploticus_execline("location: 2 2");
ploticus_execline(" text: Hello World");
ploticus_end();
DESCRIPTION
See http://ploticus.sourceforge.net/doc/api.html for the Ploticus API.
Exported functions
ploticus_init
ploticus_arg
ploticus_begin
ploticus_end
ploticus_execline
ploticus_execscript
ploticus_getvar
ploticus_setvar
AUTHOR
Dan Sully <daniel@cpan.org>
SEE ALSO
libploticus(3)