webmastertoolbag.com

Online tools Web school 在线工具 基础教程 菜鸟教程 编程学习 Web 学校
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT SWIFT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING HTML & CSS BASH RUST TOOLS

Statistics - Histograms


A histogram visually presents quantitative data.


Histograms

A histogram is a widely used graph to show the distribution of quantitative (numerical) data.

It shows the frequency of values in the data, usually in intervals of values. Frequency is the amount of times that value appeared in the data.

Each interval is represented with a bar, placed next to the other intervals on a number line.

The height of the bar represents the frequency of values in that interval.

Here is a histogram of the age of all 934 Nobel Prize winners up to the year 2020:

This histogram uses age intervals from 10 to 19, 20 to 29, and so on.

Note: Histograms are similar to bar graphs, which are used for qualitative data.



Bin Width

The intervals of values are often called 'bins'. And the length of an interval is called 'bin width'.

We can choose any width. It is best with a bin width that shows enough detail without being confusing.

Here is a histogram of the same Nobel Prize winner data, but with bin widths of 5 instead of 10:

This histogram uses age intervals from from 15 to 19, 20 to 24, 25 to 29, and so on.

Smaller intervals gives a more detailed look at the distribution of the age values in the data.


×

Contact Sales

If you want to use Webmastertoolbag services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

FORUM ABOUT ACADEMY
Webmastertoolbag is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using Webmastertoolbag, you agree to have read and accepted our terms of use, cookies and privacy policy.

Copyright 1999-2026 by Refsnes Data. All Rights Reserved. Webmastertoolbag is Powered by W3.CSS.