in reply to GD::Graph - data plotting off the charting area
It will work correctly. The only difference being that the y_min_value and the x_min_value are within the range of the data.## Next code snippet goes here $graph->set( y_min_value => 4, y_max_value => 10, x_min_value => 1, x_max_value => 7 );
|
|---|