Hi,

I have a set of corresponding values where I want to graph one as a function of the other. However, on the x-axis I don't want to display the values that I have, as they are not very "user friendly".

Let's say I have the following values where the first column should represent the x-axis and the second column should represent the y-axis:

0 1024
294,0527664 1083,179809
588,1055327 1154,841288
882,1582991 1150,825888
1176,211065 1131,385909
1470,263832 1135,210046
1764,316598 1122,591419
2058,369365 1138,473892
2352,422131 1147,951293
2646,474897 1127,330905
2940,527664 1127,39093
3234,580432 1129,34369

However, I don't want to any of the x-values to show. I'd rather want specific values, lets say 0-3000 with 500 intervals. How can I do this?

Thanks