
Linear scales show absolute change: the distance from 10 to 20 looks identical to the distance from 1,010 to 1,020. Log scales show relative change: that same visual gap now represents a doubling, no matter where it sits on the axis. The rule of thumb is simple: if you care how much something changed, go linear; if you care how many times it changed, go log.
TL;DR:
- Log scales are ideal for visualizing data that spans multiple orders of magnitude or emphasizes percentage change over absolute difference.
- When datasets include zero or negative values, linear scales are the only option, or alternative chart types must be used.
- A steep line on a linear chart indicates a large absolute change, while on a log chart it signifies consistent percentage growth.
- Interactive charts with toggle options help prevent misinterpretation by showing both linear and log views, especially for audiences unfamiliar with log scales.
- Fields like finance, earthquakes, sound, chemistry, and environmental science commonly use log scales due to the exponential or multiplicative nature of their data.
A linear axis divides space into equal steps, so 0, 10, 20, and 30 sit the same distance apart. A logarithmic scale instead spaces values by equal ratios, so 1, 10, 100, and 1,000 land the same distance apart even though the gap between them grows enormously each time.

That difference changes how you read a slope. On a linear chart, a steep line means a big absolute jump. A curve that bends upward on a log chart means growth is accelerating, not just large.
You can often spot which scale you’re looking at from the tick marks alone: evenly spaced labels like 0, 25, 50, 75 signal linear; labels like 1, 10, 100, 1,000 or 2, 4, 8, 16 signal log.
| Feature | Linear scale | Log scale |
|---|---|---|
| Axis spacing | Equal absolute steps | Equal ratio steps |
| Best for | Exact values, narrow ranges | Wide ranges, percent change |
| Straight line means | Constant absolute rate | Constant percentage rate |
| Zero/negative values | Supported | Not supported |
| Reading effort | Intuitive for most audiences | Requires some explanation |
Run your data through a short mental checklist before you build the chart.
If you’re genuinely torn, don’t guess. Offer both. An interactive toggle between linear and log views lets readers pick their own lens, and it protects you from misleading anyone by default.
As a rough shortcut: finance and long-term price tracking lean log, most physical measurements and everyday comparisons lean linear, and public health communication usually defaults to linear unless the outbreak data specifically calls for rate comparisons.
Pro Tip: When you’re not sure which scale tells the truer story, build the chart both ways before you publish anything. If the story changes dramatically between the two, that’s a sign your data needs more context, not just a different axis.
An order of magnitude is a jump by a power of ten. Going from 1 to 10 is one order of magnitude; from 10 to 100 is another; from 100 to 1,000 is a third. A log scale with base 10 places each of those milestones at equal intervals, which is why it compresses huge ranges into a readable chart.
The math behind this is straightforward once you see it. Exponential growth follows the form y = a·b^x, where b is the growth factor. Take the logarithm of both sides and you get log(y) = log(a) + x·log(b), which is the equation of a straight line. That’s the entire trick: a log axis turns multiplication into addition, so a curve that bends sharply upward on a linear chart flattens into a clean diagonal line on a semi-log plot.
One distinction trips up more people than any other: applying a log axis to a chart is a display choice, but log-transforming your data before modeling is a statistical choice. Switching the axis makes a chart easier to read. Transforming the actual values changes what a regression, correlation, or curve fit calculates. Confusing the two can produce a chart that looks right and an analysis that’s wrong.
Log scales have three real limitations, and pretending they don’t exist is how charts end up misleading people.
First, they simply cannot show zero or negative numbers, because a logarithm of zero or a negative value is undefined. Datasets with losses, deficits, or literal zero counts need a workaround before they can go on a log axis.
Second, log scales can flatten meaningful early differences while making late-stage noise look dramatic, or the reverse. A 5-point wobble near the bottom of a log axis can look identical to a 500-point wobble near the top, even though one is far more significant in absolute terms.
Third, general audiences often misread log charts as linear, assuming equal visual gaps mean equal absolute change. That’s the single most common misinterpretation in public communication.
Pro Tip: Always label the axis explicitly as “log scale” and add a one-line caption explaining what the tick marks represent. A silent log axis is how well-meaning charts become accidentally deceptive.
Converting linear data for a log scale isn’t complicated, but skipping a step causes real errors.
Certain fields reach for log scales constantly because their underlying phenomena grow multiplicatively rather than additively.
These fields aren’t picking log scales for style. Their underlying data follows power-law or exponential patterns, and a linear axis would flatten the small values into invisibility.
A log chart only works if the audience understands what they’re looking at. A few habits separate a clear chart from a confusing one.
Testing both scales before publishing is the fastest way to catch a misleading default. If a pattern that looks dramatic on linear disappears on log, or vice versa, that discrepancy is worth explaining to your reader rather than hiding behind a single view.
Pro Tip: Interactive embeds with built-in scale controls, like the kind used in ticker tape widgets, make the linear/log decision the reader’s problem to solve instead of yours. That’s often the most honest option available.
Comparing a $50 billion company to a $2 trillion company on a linear chart makes the smaller company’s price movement invisible by comparison, even when its percentage gain is larger. That’s precisely why percent-based, log-style thinking matters across market-cap tiers: a company doubling from $10 billion to $20 billion represents the same relative achievement as one doubling from $500 billion to $1 trillion, even though the dollar amounts look wildly different.
A platform tracking thousands of companies with frequently refreshed data means both absolute price movement and relative, percentage-based performance are worth examining depending on the question you’re asking. For long-term trend analysis across sectors and market-cap tiers, relative comparisons tend to reveal more than raw dollar swings, and pairing that with historical data on how market cap actually shifts over time gives a fuller picture than either view alone.
Default to showing both scales, or at least offering a toggle, whenever your audience includes people outside your immediate field. Reach for log the moment relative change across wide-ranging magnitudes is the actual point of the chart, not an afterthought. If your dataset has zeros, negative values, or needs a transformation before modeling, that’s the moment to loop in a statistician rather than guessing at a workaround.
— MarketCapLens
For a deeper technical grounding, Golden Software’s comparison covers the core decision logic, while Flourish’s guide focuses on audience-facing design choices like toggles. The Pennsylvania Department of Health’s reference applies these principles specifically to public health communication, and GraphPad’s documentation explains the axis-versus-transformation distinction in more statistical depth.
Use a log scale when your data spans several orders of magnitude or when percentage change matters more than raw difference, such as long-term stock price tracking or earthquake magnitude comparisons. If your values stay within a narrow range and readers need exact absolute figures, stick with linear.
For visualization, most charting tools let you flip the axis type to logarithmic without altering your underlying numbers. For statistical modeling, you need to actually compute log(value) for each data point beforehand, since the axis change alone doesn’t affect the numbers a model calculates.
Log scales can’t display zero or negative values, they can make small early changes look bigger or smaller than they really are relative to later ones, and general audiences often misread equal spacing as equal absolute change rather than equal ratio change. All three problems are manageable with clear labeling and, when needed, a linear inset for problematic data points.
For most people, yes. A linear scale is more intuitive because equal spacing matches equal absolute difference, which is how most people naturally think about numbers. Log scales require a bit of upfront explanation, which is why offering a toggle or a clear caption matters so much when your audience isn’t already familiar with logarithmic charts.
For informational purposes only and is not investment advice. Do not rely on the facts, figures, ticker symbols, or other statements in this article — they may be incomplete, outdated, or incorrect, and we are not responsible for errors. See our disclaimer.