my $points = [ [0, 1, 'http://uri/'], [2, 3, '/uri/foo.png'] ]; my $plot = SVG::Plot->new( points => $points, debug => 0, scale => 0.025, max_width => 800, max_height => 400, point_size => 3, point_style => { fill => 'blue', stroke => 'yellow', }, line => 'follow', margin => 6, );