Hi I am playing around with the GD library,
and have created a graph
the Y axis has 10 lines like
10
9
8
7
6
5
4
3
2
1
And i draw lines
eg.
line 10 is 20 (the y cordinate increasing with 20)
line 9 is 40
line 8 is 60
line 1 si then 200
how can I do the math so I can display 10 instead of 20, 9 instead of 40 and so on?
thanks for input
regards Thomas