Skip to content
sciencelab
0
0
0 XP
Lvl 1
KJ
Lesson 5 ~35 min Unit 4 · Data Science +85 XP

Choosing the Right Graph

In 2021, the Australian Bureau of Meteorology published Sydney's daily temperature record for 130 years as a single line graph โ€” 47,450 data points that no pie chart could ever show.

Today's hook: In 2021, the Australian Bureau of Meteorology published an interactive graph showing Sydney's daily maximum temperature every single day from 1859 to 2021 โ€” that is more than 47,000 data points on one line graph. If someone had tried to use a pie chart instead, the graph would be completely unreadable. Different questions demand different graph types, and choosing the wrong one can make real patterns invisible. Why do you think a line graph works here but a bar chart or pie chart would not?
0/5QUESTS
Think First
warm-up

You have data showing the temperature of a cooling liquid every minute for ten minutes, and data showing the favourite science topics of your classmates.

Would you use the same type of graph for both sets of data? Why or why not?

Write your prediction in your book before reading on.
1
Line Graphs
+5 XP

Picture a thermometer in the school garden, checked every hour for a week. Monday hits 12ยฐC at 7 am, rises to 28ยฐC by 2 pm, drops back to 14ยฐC by 8 pm. Plot those points on a grid and connect them โ€” you instantly see the daily rise and fall. That shape is only visible because of the type of graph you chose. Line graphs are ideal when you want to show how something changes continuously over time or another numerical scale. The independent variable โ€” usually time โ€” goes on the horizontal axis. The dependent variable goes on the vertical axis. Points are plotted at each measurement and connected by lines to reveal the overall trend.

Use line graphs for temperature changes throughout a day, plant growth over several weeks, or reaction rates as chemicals are consumed. The key requirement is that both axes represent numerical scales. If your horizontal axis is made of categories (like 'red,' 'blue,' 'green') rather than numbers, a line graph is the wrong choice.

Choosing the Right Graph Type LINE GRAPH Continuous data e.g. temperature over time Use when: both axes are numeric BAR GRAPH Categorical data e.g. favourite sport by group Use when: x-axis is categories (labels) SCATTER PLOT Correlation e.g. height vs arm span Use when: looking for relationship between 2 vars PIE CHART Proportions e.g. energy source % Use when: showing parts of a whole Choosing the right graph makes patterns visible โ€” the wrong graph hides or distorts relationships
Example

A student measures the temperature of a cooling liquid every minute for ten minutes. A line graph with 'Time (minutes)' on the horizontal axis and 'Temperature (degrees Celsius)' on the vertical axis shows a smooth downward curve. This makes the cooling pattern instantly visible โ€” something a table of numbers alone cannot do as effectively.

Real-world anchor

The Bureau of Meteorology publishes line graphs for temperature, rainfall, and pressure trends across Australia. These graphs let farmers, pilots, and emergency services see patterns at a glance. A table of hourly temperatures would contain the same data, but the line graph makes the trend obvious.

Watch out

Some students think a line graph is just dots connected by lines, so you can use it for any data. This is wrong. Connecting points with lines implies a continuous relationship between the values. If your categories have no natural order โ€” like favourite colours or types of pets โ€” the connecting lines are meaningless and misleading.

Which graph type is best for showing how a plant's height changes over four weeks?
2
What You'll Master
objectives

Know

  • Line graphs are used to show trends over time or continuous data.
  • Bar graphs are used to compare discrete categories or groups.

Understand

  • The choice of graph affects how easily patterns and relationships can be seen.
  • Inappropriate graph types can mislead or obscure the true story in the data.

Can Do

  • Select an appropriate graph type for a given dataset.
  • Justify graph choices using the nature of the data.
Cross-lesson links: Choosing the right graph here builds directly on the data tables you designed in Lesson 4 (Designing Reliable Data Tables), and your graph-reading skills get used again in Lesson 6 (Identifying Patterns and Trends) and Lesson 10 (Interpreting Graphs in Science).
3
Words You Need
vocabulary
Line graphA graph that uses points connected by lines to show how a variable changes over time or another continuous scale.
Bar graphA graph that uses bars of different lengths to compare values across discrete categories.
Pie chartA circular graph divided into sectors to show proportions of a whole.
Scatter plotA graph that plots individual data points on two axes to reveal relationships or correlations between variables.
Continuous dataData that can take any value within a range and is often measured over time.
Categorical dataData that falls into distinct groups or categories that are not numerical.
4
Spot the Trap
heads-up

Wrong: You can use any graph type for any data; it is just personal preference.

Right: Graph types are designed for specific data structures. Using the wrong type can hide patterns or mislead the reader.

Wrong: Pie charts are good for comparing many categories.

Right: Pie charts work best with only a few categories that make up a whole. With many categories, they become difficult to read and compare.

Wrong: Using a line graph for categorical data.

Right: Line graphs imply continuity between points. Connecting categories like 'red', 'blue' and 'green' with a line suggests a relationship that does not exist.

Wrong: Starting the vertical axis above zero in a bar graph.

Right: This exaggerates differences between bars. Always start bar graph axes at zero unless there is a very good reason and the break is clearly marked.

Mix & match+8 XP

Match each dataset to the most appropriate graph type.

Items
Weekly temperature readings over a month
Favourite science topics in a class survey
Composition of air by percentage
Heights of five different plant species
pH changes during a 10-minute reaction
Test scores of five students
Categories
Line graph
trends over time
Bar graph
comparing categories
Pie chart
parts of a whole
5
Bar Graphs
+5 XP

Bar graphs are used to compare values across different categories. Each bar represents a group, and the height of the bar shows the value for that group. Use bar graphs when your independent variable is categorical โ€” types of animals, brands of batteries, or months of the year โ€” rather than a continuous numerical scale.

There are two critical rules for drawing bar graphs. First, all bars should be the same width and separated by equal gaps. Second, the vertical axis must start at zero. Starting above zero exaggerates small differences and can mislead readers into thinking one category is dramatically different when the actual gap is tiny.

Line or Bar? โ€” A Quick Decision Guide Is the x-axis variable continuous (numbers) or categorical (labels/names)? Continuous Categorical LINE GRAPH BAR GRAPH e.g. time (line) vs species name (bar) โ€” the x-axis type determines the graph type
Example

A student surveys their class to find favourite science topics. The categories are Biology, Chemistry, Physics, and Earth Science. A bar graph with these four categories on the horizontal axis and 'Number of Students' on the vertical axis makes it easy to see which topic is most popular. A line graph would be wrong here because the categories have no natural numerical order.

Real-world anchor

The Australian Bureau of Statistics uses bar graphs extensively to compare states, industries, and age groups. Their style guide strictly requires that all bar graphs start at zero on the vertical axis. This rule exists because misleading bar graphs have been used in advertising and politics to make small differences look enormous.

Watch out

Some students think you can start the vertical axis anywhere to 'make the graph fit the page.' This is a serious error. A bar graph that starts at 80 instead of 0 can make a value of 85 look five times larger than a value of 81, when the real difference is less than 5 percent. Starting at zero is not a suggestion โ€” it is a requirement for honest data presentation.

Why should bar graphs generally start at zero on the vertical axis?
6
Pie Charts and Scatter Plots
+5 XP

Pie charts show how a whole is divided into parts. They are useful for displaying percentages or proportions, such as the composition of air or the distribution of energy sources. Choose pie charts only when you have a small number of categories โ€” ideally fewer than six. Too many slices make the chart unreadable.

Scatter plots display individual data points on a grid with two numerical axes. They are excellent for revealing relationships between two variables, spotting correlations, and identifying outliers. If the points form a rough line, the variables are correlated. If they form a cloud, there is probably no relationship.

Every Graph Needs These Features Missing essentials No title Axes not labelled No units on axes reader cannot interpret it โ†’ All essentials present Title describes relationship x-axis: IV with unit y-axis: DV with unit self-explanatory to any reader TOSCA: Title ยท Origin ยท Scale ยท Clear labels ยท Appropriate type
Example

A pie chart showing that air is approximately 78% nitrogen, 21% oxygen, and 1% other gases is clear and effective. A scatter plot showing hours of sleep against test scores for thirty students might reveal that students who sleep 7โ€“9 hours tend to score higher, while those who sleep less than 6 hours score lower โ€” a pattern that would be invisible in a table.

Real-world anchor

The Australian Bureau of Statistics uses pie charts in its demographic reports to show population composition by age group or ancestry. For economic data, they prefer scatter plots and line graphs because these reveal trends and relationships that pie charts cannot display.

Watch out

Some students think any graph looks 'scientific' so the choice does not matter. This is completely wrong. The wrong graph can hide the truth just as effectively as wrong data. A pie chart of weekly temperature would be meaningless because temperature is not a part of a whole. A bar graph of two correlated variables would hide the relationship. The graph type is part of the scientific argument.

True or false?
A pie chart is the best choice for comparing test scores of five students.
7
Choosing Wisely
+5 XP

Before choosing a graph, ask what you want the reader to see. A trend over time? A comparison between categories? A proportion of a whole? A relationship between two variables? The answer determines your graph type. The wrong choice does not just look odd โ€” it can actively hide the truth or create false impressions.

Beyond choosing the right type, every graph needs clear labels. Axes must show the quantity and unit. The title must describe what the graph displays. If multiple data sets are shown, use a legend. A beautiful graph with unlabelled axes is useless because no one can interpret it.

Match Your Data Type to Your Graph Temperature over time continuous numeric data โ†’ LINE GRAPH shows trend over time Plants per habitat type categorical x-axis โ†’ BAR GRAPH compares groups Energy source shares parts of a whole (100%) โ†’ PIE CHART shows proportions The wrong graph type makes data harder to read and can obscure the real pattern
Example

A researcher wants to show that sea ice is declining. A line graph of ice extent over thirty years makes the downward trend obvious. A bar graph of the same data would work but would waste space. A pie chart would be completely wrong because ice extent is not a part of a whole. The right graph makes the message clear; the wrong graph buries it.

Real-world anchor

Both CSIRO and the ABS publish style guides for graph choice that their scientists must follow. These guides specify which graph types are appropriate for which data, minimum font sizes, colour palettes for accessibility, and mandatory axis labels. Professional science is as much about clear communication as it is about correct data.

Watch out

Many students believe all graphs are interchangeable and the choice is just personal preference. This is one of the most dangerous ideas in data literacy. Graphs are tools, and like any tool, each has a specific job. Using a pie chart for time-series data or a line graph for categorical data is like using a hammer to paint a wall โ€” it does not just fail, it makes a mess.

Speed round+6 XP

True or false? Tap as fast as you can. Build a streak.

Q ยท 1 / 6 Streak ยท 0 Score ยท 0

Line graphs are best for showing trends over time.

Speed round +6 XP

True or false? Tap as fast as you can. Build a streak.

Q · 1 / 6 Streak · 0 Score · 0

A line graph is the best choice for showing how temperature changes over time.

How are you completing this lesson?

Revisit Your Thinking
reflect

At the start of the lesson you were asked: "Why won't you ever see a pie chart of weekly temperature?" Before this lesson, you might not have known exactly why โ€” it just might have seemed odd.

Now that you know the rules for choosing graph types, can you fully explain it? Think about whether weekly temperature is continuous or categorical, and what a pie chart is actually designed to show.

Choose the appropriate graph type for each dataset and explain why the other type would be unsuitable.

Write your updated thinking in your book.
1
Which graph type is best for showing how a plant's height changes over four weeks?
+10 XP
2
A pie chart would be most appropriate for:
+10 XP
3
Why should bar graphs generally start at zero on the vertical axis?
+10 XP
4
You want to see if there is a relationship between hours of sleep and test scores. Which graph should you use?
+10 XP
5
What is the main risk of using the wrong graph type?
+10 XP
Check Your Understanding
short answer

1. A scientist measures the pH of a solution every 30 seconds during a reaction. What graph should they use and why?

Write your answer in your book.

2. Why is it misleading to use a pie chart to compare the heights of ten different students?

Write your answer in your book.

3. Describe a situation where a scatter plot would be more useful than a bar graph.

Write your answer in your book.
Show Your Working
11 marks total
4 MARKS

SA1. Compare line graphs and bar graphs, explaining the type of data each is designed to display and giving a scientific example for each.

Write your answer in your book.
4 MARKS

SA2. A student presents categorical data as a line graph. Explain why this is inappropriate and describe what misleading impression it might create.

Hint: Think about what a connecting line implies about the data points.

Write your answer in your book.
3 MARKS

SA3. Describe the features of a well-constructed graph, regardless of the type chosen.

Write your answer in your book.
Comprehensive Answers

Quick Check

1. C — A line graph shows change over time. Plant height measured weekly is continuous data.

2. B — A pie chart shows parts of a whole like air composition.

3. B — Starting at zero prevents misleading comparisons of bar heights.

4. D — Scatter plots reveal relationships between two numerical variables.

5. B — The wrong graph can mislead the reader or hide important patterns.

Show Your Working Model Answers

SA1 (4 marks): Line graphs show trends over time or continuous data [1], e.g. temperature changes during a reaction [1]. Bar graphs compare discrete categories or groups [1], e.g. favourite science topics of classmates [1].

SA2 (4 marks): Categorical data has distinct groups with no numerical continuity between them [1]. A line graph implies continuity by connecting points with lines [1]. This suggests a trend or relationship that does not exist between categories [1]. The reader may be misled into thinking the categories follow a sequence or pattern [1].

SA3 (3 marks): A well-constructed graph has a clear title [1], labelled axes with quantities and units [1], a suitable scale, and uses the correct graph type for the data [1].

R
Quick Review

Line graph

Shows trends over time or continuous data

Bar graph

Compares values across discrete categories

Pie chart

Shows proportions of a whole

Scatter plot

Reveals relationships between two variables

Continuous data

Can take any value within a range

Categorical data

Falls into distinct groups or categories

Test Your Knowledge
+25 XP

Put what you have learned to the test! Jump through the questions in game form.

Play Game

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the game. Earns +85 XP and +25 coins.

๐ŸŽ“
Want help with Lesson 5 โ€” Choosing the Right Graph?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session โ†’