Logarithmic Scale Line Chart
Reveal exponential growth and power-law patterns by plotting data on a log axis. Essential for scientific data, financial curves, and multi-magnitude comparisons — free in our line graph maker.
Line Chart Types/Scales & Axes/Log Axis Line
Reveal exponential growth and power-law patterns by plotting data on a log axis. Essential for scientific data, financial curves, and multi-magnitude comparisons — free in our line graph maker.
Logarithmic scales transform exponential relationships into straight lines, making it far easier to analyze data spanning multiple orders of magnitude. On a log axis, equal distances represent equal ratios rather than equal differences — moving from 1 to 10 is the same visual distance as moving from 100 to 1,000. This turns hockey-stick curves into readable slopes.
yAxisType: "log" to switch the Y-axis to logarithmic.showMinorGridlines: true for better readability between powers of 10.x,y,series
A,1,Log2
B,3,Log2
C,9,Log2
D,27,Log2
E,81,Log2
F,247,Log2
G,741,Log2
H,2223,Log2
I,6669,Log2
A,1,Log3
B,2,Log3
C,4,Log3
D,8,Log3
E,16,Log3
F,32,Log3
G,64,Log3
H,128,Log3
I,256,Log3
A,0.5,Log1/2
B,0.25,Log1/2
C,0.125,Log1/2
D,0.0625,Log1/2
E,0.03125,Log1/2
F,0.015625,Log1/2
G,0.0078125,Log1/2
H,0.00390625,Log1/2
I,0.001953125,Log1/2
What does a straight line mean on a log scale? A straight line indicates exponential growth or decay with a constant rate. The slope tells you the rate: steeper = faster doubling/halving. For example, a line representing population growth with a slope of 0.3 means roughly 30% growth per period.
How do I read values between major gridlines? Each major tick represents a power of 10 (1, 10, 100, 1,000…). Minor gridlines divide the space proportionally — the visual distance from 1 to 2 is larger than from 8 to 9, even though both differ by 1, because on a log scale the ratio 2/1 is bigger than 9/8. Use minor gridlines and tooltips to navigate.
When should I use log scale instead of linear? Use log scale when your data spans 3+ orders of magnitude, or when you care about relative changes (percentages, growth rates) rather than absolute differences. Classic examples: financial compound growth, epidemic curves, earthquake magnitudes, sound intensity.
My data has zero values — what do I do? Log of zero is undefined. Common solutions:
What is a log-log plot, and when is it useful? A log-log plot uses logarithmic scale on both X and Y axes. Power-law relationships ((y = ax^b)) appear as straight lines, and the slope equals the exponent (b). Use it for Zipf's law, city-size distributions, allometric scaling in biology, and frequency-magnitude relationships.
How do I explain a log scale chart to a non-technical audience? Frame it in terms of "times bigger":
Can I use log scale for time on the X-axis? Yes, but it is uncommon. It compresses early time points and expands later ones, which can be useful for long-duration experiments (minutes to months). More typically, X stays linear and Y is log — a semi-log chart.