BLUF: Are the logarithmic basis (not the base) and the min value independent variables when graphing logarithmically in Excel?
Details: I would like to graph vibration amplitudes, which are displayed logarithmically on both the x and y axes. I know how to change the axes to display logarithmically, but I can't seem to independently change the basis and the min value. For example, I want to display values on the x axis from 9 to 110. However, when I specify 9 as my min value Excel uses 9 as the logarithmic basis (i.e. 9-90 in base 10) even though I want 10 as the logarithmic basis (10-100) and just want to expand the visible portion of the graph a little.
To be clear, I want to use base 10, but I want the basis to be 10 as well. Before someone suggests it, I know you can edit the base, but that does not control the basis. Right now this is what Excel is doing:
What I want is the following:
Is there a way to independently manipulate the basis and the min value to do what I want?
Details: I would like to graph vibration amplitudes, which are displayed logarithmically on both the x and y axes. I know how to change the axes to display logarithmically, but I can't seem to independently change the basis and the min value. For example, I want to display values on the x axis from 9 to 110. However, when I specify 9 as my min value Excel uses 9 as the logarithmic basis (i.e. 9-90 in base 10) even though I want 10 as the logarithmic basis (10-100) and just want to expand the visible portion of the graph a little.
To be clear, I want to use base 10, but I want the basis to be 10 as well. Before someone suggests it, I know you can edit the base, but that does not control the basis. Right now this is what Excel is doing:
- Base 10, min value/basis of 10: major increments of 10, 100, 1000, etc. (10*10^x)
- Base 10, min value/basis of 5: major increments of 5, 50, 500, etc. (5*10^x)
- Base 5, min value/basis of 10: major increments of 10, 50, 250, etc. (10*5^x)
- Base 5, min value/basis of 5: major increments of 5, 25, 125, etc. (5*5^x)
What I want is the following:
- Base 10, basis of 10, min value of 9: major increments of 10, 100, 1000, etc. (10*10^x) but the visible axis begins at 9.
Is there a way to independently manipulate the basis and the min value to do what I want?