Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am graphing some large numbers with GD::Graph::lines which caused GD::Graph to extrapolate y-axis values such as "10000000".
It sure would be swell if I could get these values commified as in "10,000,000". Is there a way to get GD::Graph to commify the values it auto-generates to label the axes?
Thanks for any candor shared.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: commifying charts generated from GD::Graph::lines?
by roboticus (Chancellor) on Dec 13, 2008 at 12:56 UTC | |
by Anonymous Monk on Dec 15, 2008 at 21:23 UTC | |
|
Re: commifying charts generated from GD::Graph::lines?
by n3toy (Hermit) on Dec 13, 2008 at 04:53 UTC |