Consider the following:
daList={{1., 588.956}, {2.15443, 581.347}, {4.64159, 573.648}, {10.,560.676}, {21.5443, 552.881}, {46.4159, 547.851}, {100.,544.908}, {215.443, 543.407}, {464.159, 542.358}, {1000., 541.452}} ListPlot[daList, PlotStyle -> Directive[Thick, Red]]

How can I get each point to be evenly distributed along the x axis. I assume the logarithmic range?
source share