NAME
Chart::Plot::Tagged - Plot with tags
SYNOPSIS
use Chart::Plot::Tagged;
my $img = Chart::Plot::Tagged->new;
$img->setData(\@xdata, \@ydata, 'blue up');
$img->setTag(\@tags);
print $img->draw();
DESCRIPTION
This package overloads Chart::Plot and adds a new method 'setTag'.
USAGE
See Chart::Plot for all over methods.
setTag()
$img->setTag(\@tags);
where @tags is an array of string or undef
.
By default, tags are written horizontal. The word up
in style option allows the vertical mode.
SEE ALSO
Some examples are available on http://fperrad.github.com/graph-versions/perl.html and on http://fperrad.github.com/graph-versions/scm.html.
AUTHOR
Francois PERRAD, francois.perrad@gadz.org
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Francois PERRAD
This library is distributed under the terms of the Artistic License 2.0.