Skip to content
Statistics Medium #log-normal#skew#distribution

Log-normal Distribution

Right-skewed distribution where log(X) is normal. Income, asset prices, file sizes.

A free, animated log-normal distribution you can read here or embed on any website, from Scrollchart.

Log-normal Distribution

Log-normal distribution (right-skewed)

A log-normal distribution describes a variable X whose natural logarithm is normally distributed. The result on the original (untransformed) scale is a right-skewed curve: it rises steeply from zero, peaks early, then decays into a long right tail. The mode (the peak) sits to the left; the median is to the right of the mode; the mean is further right still. This separation of mode, median, and mean is a defining visual signature of positive skew.\n\nThe distribution arises naturally when a quantity is the product of many independent positive factors, by the multiplicative version of the central limit theorem. Household income, asset prices, city populations, biological response times, and software request latencies all approximate log-normal distributions.

Good for

  • Articles in the statistics category
  • Editorial pages where a quick visual replaces a wall of text
  • Content-marketing posts that need a clean, branded illustration

Source & accuracy

This log-normal distribution is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

Exponential growth with log-normal outcomes

A log-normal distribution describes a variable whose logarithm follows a normal distribution. If you take the log of a log-normally distributed variable, you get a regular bell curve. This relationship emerges naturally when a quantity grows multiplicatively (percentage changes accumulate) rather than additively.

Common examples include personal income (compound salary increases), asset prices (returns compound over time), file sizes on a computer (copies and variants multiply), and particle sizes from fragmentation. Whenever you expect geometric growth or proportional change to dominate, the log-normal distribution often fits well.

Right-skewed shape and mode-mean-median ordering

The log-normal distribution is always right-skewed, with a long upper tail. This skewness means the mode (peak) occurs to the left of the median, which occurs to the left of the mean, creating the ordering mode < median < mean. Extreme outliers in the upper tail pull the mean rightward, sometimes dramatically.

This ordering contrasts with the normal distribution, where mode, median, and mean coincide. The log-normal distribution also has the property that it cannot go negative (since exp(x) > 0 always), making it suitable for purely positive quantities like prices and weights.

Embed this diagram

Add this animated log-normal distribution to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated log-normal distribution for any website.
Who uses it
Data journalists, Researchers & academics, Content marketers, News organizations.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="log-normal-distribution" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Log-normal Distribution" for my website?
Scrollchart provides "Log-normal Distribution" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a log-normal distribution in a blog post or article?
Paste the one-line HTML snippet from the Scrollchart diagram page into your post editor. It works in WordPress, Webflow, Ghost, and plain HTML with no plugin required. The animated diagram and its explainer text load from scrollchart.com and render directly in your page DOM.