Raw numbers can hide more than they reveal. A spreadsheet with hundreds of citation counts, journal impact values, or library footfall figures tells you very little at a glance. Patterns, clusters, and unusual values stay buried until you turn those figures into a picture. Graphical representation is the bridge between a column of data and a clear story. For anyone working with informetric or scientometric data, choosing the right chart is not decoration. It decides whether your audience sees the insight or misses it entirely. This post walks through the core techniques, dotplots, stem-and-leaf charts, bar graphs, histograms, box plots, and pie charts, and explains exactly when each one earns its place.

Table of Contents

Why graphical representation matters

A graph translates numerical data into a visual form so that the human eye can spot what calculation alone is slow to find. The three things every analyst wants to read off a dataset are its shape (is it symmetric or skewed?), its centre (where do most values sit?), and its spread (how widely do values vary?). A good graph answers all three almost instantly. It also flags outliers, values that sit far away from the rest and often signal an error or an important exception.

The key principle is matching the method to the data. The first question to ask is always what kind of data you are holding. Is it categorical (named groups like subject fields or document types) or numerical (measured values like page counts or h-index scores)? Within numerical data, you also distinguish discrete data (countable, like the number of authors per paper) from continuous data (measurable on a scale, like average download time). Every chart below is built for a particular answer to that question.

Dotplot: the simplest starting point

A dotplot is the most basic visual display and a sensible first move with a small dataset. Each observation is shown as a single dot placed above its value on a number line. When two or more values are identical, the dots are stacked vertically, so the height of a stack instantly shows how often that value occurs.

Because every data point appears individually, a dotplot gives a quick glance at the minimum, maximum, and mode without any calculation. You can see clusters where dots bunch together and gaps where values are absent. Dotplots are generally reserved for small datasets, since a large collection of values would produce stacks too tall and crowded to read.

When a dotplot works best

Reach for a dotplot when you have perhaps a few dozen values and want a fast, honest view of the distribution before committing to anything more elaborate. In a small research sample, say the number of co-authors on twenty papers, a dotplot immediately reveals whether most papers cluster around a typical figure or spread out.

Stem-and-leaf chart: keeping the real values

A stem-and-leaf plot, or stemplot, displays quantitative data in a form that is similar to a histogram but with one important advantage: it preserves the actual data values. The method evolved from the early work of Arthur Bowley and became widely used after John Tukey popularised it in his 1977 book on exploratory data analysis.

The idea is to split each number into two parts. The leading digit or digits become the stem, and the final digit becomes the leaf. For a value of 47, the 4 is the stem and the 7 is the leaf. All leaves sharing a stem are listed in a row beside it. The result looks like a histogram turned on its side, but because the original digits remain, you can recover the exact values and use them for further calculation.

The importance of the key

Every stemplot needs a key so readers interpret it correctly. A key showing that 1 | 7 means 17 prevents confusion with 1.7 or 1700. Stemplots are most useful for small to moderate datasets, roughly under a hundred points. With very few values they offer little, and a dotplot may serve better; with very large datasets they become cluttered because every single point must be written out, and a histogram or box plot becomes the wiser choice.

Bar graph versus histogram: a difference that matters

These two charts look almost identical, yet they are built for different data and confusing them is one of the most common mistakes in data presentation. The single question that separates them is whether your data is categorical or continuous.

The bar graph: for categories

A bar graph compares distinct categories using rectangular bars, where the height of each bar shows the value or frequency for that category. The defining visual feature is the gap between bars. Those gaps are deliberate. They signal that the categories are separate and unrelated, with no continuous scale connecting them.

Bar graphs suit data such as the number of publications across different subject disciplines, document types held in a collection, or library visits across branches. The bars can even be reordered, largest to smallest, to make comparisons obvious, because there is no inherent sequence to the categories.

The histogram: for continuous ranges

A histogram shows the distribution of continuous numerical data by grouping values into intervals called bins. Each bar represents the count of values falling within a bin. The crucial visual difference is that the bars touch with no gaps, reflecting the unbroken nature of the underlying scale. Continuous data is anything measured along a range, such as age, time, weight, or test scores.

Forcing categorical data into a histogram, or continuous data into a bar graph, produces a misleading chart. Separated bars imply distinct groups that do not exist on a continuous scale, while touching bars imply a continuity that categories do not have. One practical caution with histograms is the choice of bin width: bins that are too wide can hide important patterns, while uneven bins can exaggerate parts of the data.

The grey area of discrete data

There is one honest complication. When numerical data is discrete, meaning countable rather than measured, the line between the two charts blurs and either can be defensible. For counts like the number of references per article, you will see both used, and the choice becomes a matter of clarity rather than a strict rule.

Box plot and pie chart: two ways to summarise

The final pair tackle two very different summarising jobs. One condenses a numerical distribution into five numbers; the other shows how a whole divides into parts.

Box plot: the five-number summary made visible

A box plot, also called a box-and-whisker plot, is a visual representation of the five-number summary: the minimum, the first quartile (Q1), the median, the third quartile (Q3), and the maximum. The box itself spans from Q1 to Q3, capturing the middle 50% of the data. The length of this box is the interquartile range (IQR), a clean measure of spread. A line inside the box marks the median.

The shape of the box tells you about skew. If the data are symmetrical, the median sits in the centre of the box; if the data are skewed, the median shifts toward the top or bottom. The whiskers extend out to the smallest and largest values that are not outliers. A value is flagged as a potential outlier when it falls more than 1.5 times the IQR below Q1 or above Q3, and is usually plotted as a separate point.

Box plots shine when comparing several groups at once. Placing box plots side by side on the same scale lets you compare the centre and spread of, for example, citation counts across different journals in a single view. The trade-off is that a box plot does not show the fine detail of a distribution the way a stemplot or histogram does. It summarises rather than displays every value.

Pie chart: showing proportions of a whole

A pie chart divides a circle into slices, where each slice represents a category’s share of the total. Its job is narrow but useful: it shows proportion, how a single whole is split into parts that add up to 100%. A pie chart answers the question “what fraction of the total does each category account for?” rather than “how do the absolute values compare?”

It works well when you have a small number of categories that sum to a meaningful whole, such as the share of a library budget allocated to print, digital, and staffing. The chart becomes hard to read when there are many slices of similar size, since the human eye struggles to compare angles accurately. For precise comparison across many categories, a bar graph is usually the stronger choice.

Choosing the right chart

The whole skill comes down to matching the method to the data and to the question you are asking. Use a dotplot for a quick look at a small dataset. Use a stem-and-leaf chart when you want a visual shape but need to keep the exact values. Use a bar graph to compare categories and a histogram to show the distribution of continuous data, remembering that the gaps between bars are the giveaway. Use a box plot to summarise and compare distributions through their five-number summary, and a pie chart to show how parts make up a whole. The right graph reveals patterns that a table of numbers would keep hidden; the wrong one can quietly mislead.

What do you think? If you were presenting the spread of citation counts across five different journals to a committee, which chart would communicate the comparison most clearly, and why? And can you recall a chart you have seen recently that used the wrong method for its data?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

References
  1. https://www.coursera.org/articles/histogram-vs-bar-graph
  2. https://online.stat.psu.edu/stat500/lesson/1/1.6/1.6.1
  3. https://en.wikipedia.org/wiki/Stem-and-leaf_display
  4. https://mathspace.co/textbooks/syllabuses/Syllabus-1007/topics/Topic-20222/subtopics/Subtopic-266179/
  5. https://pressbooks.montgomerycollege.edu/statnotes/chapter/2-1-stem-and-leaf-graphs-stemplots-line-graphs-and-bar-graphs/
  6. https://www.geeksforgeeks.org/maths/bar-graphs-and-histograms/
  7. https://www.domo.com/learn/charts/histogram-vs-bar-graph
  8. https://venngage.com/blog/bar-charts-vs-histograms/
  9. https://www.storytellingwithdata.com/blog/2021/1/28/histograms-and-bar-charts
  10. https://www.jmp.com/en/statistics-knowledge-portal/exploratory-data-analysis/box-plot
  11. https://stats.libretexts.org/Courses/Rio_Hondo_College/Math_130:_Statistics/02:_Descriptive_Statistics/2.1.2:_Five_Number_Summary_and_Box_Plots_Part_2
  12. https://www.simplypsychology.org/boxplots.html

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Informetrics & Scientometrics

1 Information and Measurement

  1. Information Revisited
  2. Framework for Information Exchange
  3. Measurement Techniques
  4. Informativeness
  5. Standardization of Measurement

2 Measure of Information

  1. Information and Entropy
  2. Shannon Information
  3. Probabilistic Information
  4. Properties of Shannon Information
  5. Derivation of Shannon Information Formula
  6. Normalization Condition
  7. Relating Semantic Value to Shannon Type Measures
  8. Other Shannon Type Measures of Information
  9. Semantic Information
  10. Fuzzy Information Measure
  11. Other Information Measures

3 Informetrics – Definition, Scope and Evolution

  1. Definitions
  2. Scope
  3. Evolution
  4. Summary

4 Sociology of Science and Scientometrics

  1. Sociology of Science
  2. Growth of Scientific Knowledge
  3. Social Organization in Research Areas
  4. Approaches of Scientometrics to Sociology of Science
  5. Models of Growth of Knowledge

5 Organizations Engaged in Scientometrics and Informetrics Studies

  1. Organizations Engaged in or Supporting Scientometrics/Informetrics Studies
  2. Websites
  3. Research Groups/Discussion Groups
  4. Periodical Publications
  5. Conferences/Seminars/Workshops/Congresses
  6. Individuals Engaged in the Study and Research in Scientometrics/Informetrics

6 Law of Scattering and its Applications

  1. Introduction
  2. Historical Account
  3. Bradford’s Law
  4. Verbal Form of Bradford’s Law
  5. Applications of Bradford’s Law
  6. Graphical Representation of Bradford’s Law
  7. Conditions for Bradford’s Law
  8. Falling Tail of Bradford Curve: The Groos Droop
  9. Ambiguity in Bradford’s Law
  10. Fitting Bibliographic Data to Bradford’s Law

7 Rank and Size Frequency Models

  1. Representations and Organization of Numerical Data
  2. Size – Frequency Approach
  3. Rank – Frequency Approach
  4. Size – Frequency Models
  5. Rank – Frequency Cumulative (Fractional) Models
  6. Rank – Frequency Cumulative (Non-Fractional) Models
  7. Rank – Frequency Non – Cumulative Models

8 Informetrics Phenomena

  1. Terminology and Historical Development
  2. Selected Laws of Bibliometrics and Informetrics
  3. Informetrics Phenomena in Science
  4. Practical Applications of Informetrics

9 Analysis of Library Related Data

  1. Necessity for Analytical Studies in Libraries
  2. Citation Counting: A Versatile Tool for Journal Selection
  3. An Alternative Method of Citation Analysis
  4. Selection of New Source Journals to Eliminate Bias Due to Country, and Language
  5. Weightage Formula to Correct Citation for Post-War Periodicals
  6. Three New Bibliometric Parameters to Re-Rank Scientific Periodicals
  7. Garfield’s Methods for Cito-Analytical Studies
  8. Librametric Analysis
  9. Bibliometric Analysis
  10. Informetrics
  11. Scientometrics: Its Genesis, Scope, Definition, and Applications

10 User Studies

  1. User Studies
  2. Questionnaire Method
  3. Interview Method
  4. Diary Method
  5. Observation Method
  6. Planning a Survey
  7. Classification and Tabulation of Data
  8. Analysis of Data
  9. Presentation of Results
  10. Important User Studies
  11. Application of User Studies

11 Laws of Scientific Productivity

  1. Scientific Productivity – Influencing Factors
  2. Scientific Productivity – Problems in Measurement
  3. Scientific Productivity – Distribution Characteristics
  4. Lotka’s Law
  5. Statistical Distributions or Models
  6. Application of Lotka’s Law
  7. Goodness-of-Fit Test

12 Growth and Obsolescence of Literature

  1. Growth of Literature
  2. Obsolescence of Literature
  3. Growth Vs Obsolescence of Literature

13 Science Indicators

  1. Indicators
  2. Towards Science Indicators
  3. Historical Aspects
  4. Functions of Science Indicators
  5. S&T Indicators for the Developing Countries
  6. Types of Indicators
  7. Validity and Reliability of Indicators
  8. Building S&T Indicators
  9. Literature Based Indicators
  10. Patent Indicators

14 Mapping of Science

  1. Cognitive Mapping
  2. Journal-to-journal Citation Maps
  3. Co-citation Maps
  4. Co-word Maps
  5. Co-classification Maps
  6. Descriptive Mapping

15 Elements of Statistics

  1. Data and Its Measurement
  2. Graphical Representation
  3. Measures of Central Tendency
  4. Measure of Variability
  5. Correlation and Regression

16 Probability Distributions and their Applications

  1. Probability – Definition
  2. Random Variables
  3. Joint Probability Distribution
  4. Conditional Probability Distribution
  5. Some Special Distributions
  6. Applications of Probability

17 Regression Analysis

  1. Simple Linear Regression
  2. Multiple Regression
  3. Stepwise Regression
  4. Regression with Qualitative Explanatory Variables

18 Cluster Analysis and Factor Analysis

  1. Introduction
  2. Cluster Analysis
  3. Factor Analysis
  4. Examples of Cluster and Factor Analysis