| CPAN Ratings Image-Timeline reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Image-Timeline
An excellent module, just what I need, but may need a little work - either on the axis or the docs:
use Image::Timeline;
my $t = new Image::Timeline(
width => 400,
date_format => '%c',
);
$t->add('Test 10', time-(60*60*24), time-(60*60*24*7));
$t->add('Test 2', time-(60*60*24), time-(60*60*24*2));
$t->add('Test 12', time, time+(60*60));
$t->write_png('composers.png');
open OUT,">timeline.png";
binmode OUT;
print OUT $t->draw->png;
close OUT;
Lee Goddard - 2004-03-20T00:40:06
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|