I'm plotting two functions onto a line chart, and I need to change the values on the x-axis. The graph is linked at the end of the question, along with the table that the values are sourced from.
Ideally, I'd like the values on the x-axis to be from 0-100 so that the graph is scaled correctly, but I can't seem to work out how to do that. Any help would be appreciated!
11 Answer
Excel line charts are oddly constraining. For one thing, all your data points will be spaced evenly, even though the values themselves may not be. For example, look how the distance between 8 and 16 in your chart is the same as between 72 and 96. Also, only the values themselves are shown on the x-axis.
To get around these constraints, you should use a scatter plot style chart instead.
Once you have created your scatter plot, you can right-click the x-axis and select Format Axis. There you can set the min and max values for your axis and control the intervals that are shown.
Here's a finished scatter plot version of your chart:
1