::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
-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
Do you know how to define that all the numbers on the Y axis should be
integers?
Do you know how to define that all the numbers on the Y axis should be
integers?