How can I make a plot in Gnuplot like those seen here: http://www.fftw.org/accuracy/G4-1.06GHz-gcc3.4/, i.e. with an explicit x axis? I have a dataset like this:
2 1066.7
4 3122.9
8 4715.2
16 5538.5
32 5757.3
64 5891.4
128 5398.3
256 5280.2
512 5178.4
1024 4048.6
2048 4383
4096 3794.4
Everytime I plot, the x-axis is a linear scale so all of my values are bunched up against the y axis. I want each x value to be equally spaced, like in the linked plots. Thanks.
fftwandpython?