F
francescomoi
Hi.
Working with GD::Graph::lines, I want to make a graph of historical
ranking data. I've got:
@dataArray = ('4', '3', '5', '1');
But when making the graph, '1' appears at the bottom of the the image,
and I want it to appear at the top, because it's the first position
of the ranking.
I want to invert Y axis, and make the biggest numbers appear at the
bottom, not at the top.
I've been browsing GD::Graph docs:
http://search.cpan.org/~mverb/GDGraph-1.43/Graph.pm
but I didn't find any tip to do it.
Any suggestion? Thx.
Working with GD::Graph::lines, I want to make a graph of historical
ranking data. I've got:
@dataArray = ('4', '3', '5', '1');
But when making the graph, '1' appears at the bottom of the the image,
and I want it to appear at the top, because it's the first position
of the ranking.
I want to invert Y axis, and make the biggest numbers appear at the
bottom, not at the top.
I've been browsing GD::Graph docs:
http://search.cpan.org/~mverb/GDGraph-1.43/Graph.pm
but I didn't find any tip to do it.
Any suggestion? Thx.