I am kinda stuck with this problem in jpgraph: I need to create a diagram (line) that shows the users progress in a online-game with about 6000 other players. So the y-axis shows the users position in the ranking and goes from 6000 to 1 (last position to first position). the x-axis is the timeline.
So first, the x-axis-scale needs to be inverted - no problem got that one with the documentation.
But, I would like to have the scale "kind of" logarithmic - means I want the values on the x-axis like this: 6000, 5000, 4000, 3000, 2000, 1500, 1000, 900, 800, 700, 600, 500, 400, 300, 200, 100, 50, 40, 30, 20, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1
I already managed to get a scale like this, but the smaller the values get, the smaller get the distances between the labels. - What I want is to have equal distances between every label. - so in the diagram the step from 6000-5000 should take as much space as the step from 50 to 40 or the step from 2 to 1.
Hope I could explain it more or less clear. If not I will add a drawing (I suck at drawing) and I am sure everyone will get what I mean.