in reply to Re^2: GD::Graph line problem
in thread GD::Graph line problem

Oh, I see. I may have missed the question. I think you just want x_tick_number => 10.

-Paul

Replies are listed 'Best First'.
Re^4: GD::Graph line problem
by ultibuzz (Monk) on Dec 18, 2006 at 15:14 UTC

    yes x_tick_number is usefull if you have numerical x values ;) 0 - 100 for example
    but i have dates so it dosn't work with tick number like described in the perldoc.
    the graph will generated corectly but with a x_tick_number of 10, i have instead of dates 0 to 45 there wich is not usable.
    kd ultibuzz