in reply to Re: GD::Graph legend only shows 1 entry
in thread GD::Graph legend only shows 1 entry
none of the above worked.@legend = (1,2,3); $graph->set_legend(@legend); $graph->set_legend(qw(foo bar baz)); $graph->set_legend('foo','bar','baz');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: GD::Graph legend only shows 1 entry
by randyk (Parson) on Oct 29, 2005 at 15:51 UTC |