RSS | Module Info | Add a review of Image-Timeline
Image-Timeline
(0.11)
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 (permalink)
0 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

