RE: GD::Graph and integer on the Y-axis

2006-10-03 Thread john
::Graph and integer on the Y-axis -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Do you know how to define that all the numbers on the Y > axis should be integers? You have to set the format of the y-axis like so: $graph->set(y_number_format => '%d'); Where '$gra

Re: GD::Graph and integer on the Y-axis

2006-10-02 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Do you know how to define that all the numbers on the Y axis should be integers? You have to set the format of the y-axis like so: $graph->set(y_number_format => '%d'); Where '$graph' is the GD::Graph object you previously created via the new

GD::Graph and integer on the Y-axis

2006-10-02 Thread john
Do you know how to define that all the numbers on the Y axis should be integers?

GD::Graph and integer on the Y-axis

2006-10-02 Thread john
Do you know how to define that all the numbers on the Y axis should be integers?