in reply to creating graphs
As for the labels. I thought you it's you who put them inuse List::Util qw(max min sum);
use GD::Graph::lines; my $my_graph = new GD::Graph::lines(); $my_graph->set( x_label => 'Label X', y_label => 'Label Y', title => 'Your Title');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: creating graphs
by Anonymous Monk on May 17, 2005 at 14:13 UTC |