in reply to Can't Call Method png, need help
This is a FAQ for GD::Graph. To help beyond that, we'd need to see (more of) the rtr-graph code.
# Wild guess my $plot = $my_graph->plot(\@data) or die $my_graph->error; my $gd = $plot->png; [download]