Skip to content
Computer Science · 9th Grade · Data Intelligence and Visualization · Weeks 28-36

Principles of Data Visualization

Students will learn to create charts and infographics that make data understandable and persuasive.

Common Core State StandardsCSTA: 3A-DA-13

About This Topic

Data visualization is the skill of translating numbers into visual forms that make patterns immediately legible. A well-designed chart communicates a finding in seconds that would take a paragraph to describe in text. A poorly designed chart misleads, even with accurate underlying data. In 9th grade, students learn both the technical skill of creating charts and the design principles that determine whether a chart informs or deceives its audience.

CSSTA 3A-DA-13 asks students to create data visualizations that are clear and communicate findings effectively. This requires choosing the right chart type for the data structure (bar charts for comparisons, line charts for trends over time, scatter plots for relationships), and applying design principles like clear labeling, appropriate scale, and minimal visual clutter. Students should also learn to recognize deliberately misleading visualization techniques, like truncated y-axes or 3D pie charts, that distort perception.

Active learning is particularly effective here because visualization quality is often immediately visible to peers. When students share charts and receive reactions from classmates who did not help create them, they get honest feedback about whether the chart actually communicates what was intended.

Key Questions

  1. Explain the principles of effective data visualization for a target audience.
  2. Design a chart that clearly communicates a specific data trend.
  3. Compare different chart types and their suitability for various data stories.

Learning Objectives

  • Explain the principles of effective data visualization for a specified target audience.
  • Design a chart that clearly communicates a specific data trend or relationship.
  • Compare and contrast different chart types, justifying the selection for various data stories.
  • Critique data visualizations for clarity, accuracy, and potential for misleading interpretation.
  • Create an infographic that synthesizes data and presents findings visually.

Before You Start

Introduction to Data Types and Structures

Why: Students need to understand different kinds of data (e.g., quantitative, categorical) and how they are organized to select appropriate visualization methods.

Basic Spreadsheet Operations

Why: Familiarity with tools like Google Sheets or Excel is helpful for data manipulation and often serves as the source for data used in visualization.

Key Vocabulary

Data VisualizationThe graphical representation of information and data. Using visual elements like charts, graphs, and maps, data visualization tools provide an accessible way to see and understand trends, outliers, and patterns in data.
InfographicA visual representation of information, data, or knowledge intended to present information quickly and clearly. It often combines text, images, and charts.
Chart TypeA specific format used to display data visually, such as a bar chart, line chart, scatter plot, or pie chart, each suited for different data structures and communication goals.
Data StoryThe narrative or insight that can be derived from a dataset, communicated effectively through data visualization.
Axis ScaleThe range and intervals represented on the horizontal (x) and vertical (y) axes of a chart, which significantly impacts how data is perceived.

Watch Out for These Misconceptions

Common MisconceptionMore colors and 3D effects make a chart more professional and easier to read.

What to Teach Instead

3D effects distort the perceived size of values and make comparison harder. Extra colors add visual noise without information. Clean, high-contrast charts with a single accent color are easier to read and more credible. Gallery walk activities where students compare cluttered vs. clean versions of the same chart make this principle immediately obvious.

Common MisconceptionAny chart type can be used for any kind of data.

What to Teach Instead

Chart type must match data structure. A pie chart implies parts of a whole, so using it for data that does not sum to 100% misleads readers. A line chart implies continuous change over time, so using it for categories (like countries) is misleading. Matching chart type to data type is a rule students internalize through practice and peer feedback.

Active Learning Ideas

See all activities

Real-World Connections

  • Journalists at The New York Times use data visualization to explain complex topics like election results, economic trends, and public health statistics to a broad audience, making the information accessible and engaging.
  • Marketing professionals at companies like Google or Meta analyze user behavior data and present findings through dashboards and reports, using visualizations to identify trends and inform product development decisions.
  • Scientists at NASA visualize vast datasets from space missions, such as telescope imagery or planetary measurements, to identify patterns, anomalies, and support scientific discovery.

Assessment Ideas

Peer Assessment

Students bring a chart they created to visualize a dataset. In small groups, students present their chart and explain the data story. Peers provide feedback using a checklist: Is the chart title clear? Are axes labeled correctly? Is the chart type appropriate for the data? Is the main finding easy to identify?

Exit Ticket

Provide students with two different charts representing the same dataset but using different chart types or scales. Ask students to write: 1. Which chart more effectively communicates the intended data story and why? 2. Identify one potential way the less effective chart could be misleading.

Quick Check

Present students with a scenario and a dataset (e.g., student test scores across different subjects). Ask them to choose the most appropriate chart type to represent this data and briefly explain their choice, focusing on what the chart will highlight.

Frequently Asked Questions

What chart type should I use for different kinds of data?
Use a bar chart to compare values across categories. Use a line chart to show change over time for continuous data. Use a scatter plot to show the relationship between two numeric variables. Use a pie or donut chart only when showing parts of a whole that sum to 100%. Use a histogram to show the distribution of a single numeric variable. When in doubt, bar charts and line charts are the safest defaults.
What makes a data visualization misleading?
Common misleading techniques include: truncating the y-axis to exaggerate small differences, using 3D effects that distort size, choosing a cherry-picked time window, using inconsistent scales to compare charts, and omitting the source or sample size. These techniques can make accurate data appear to support a conclusion it does not actually support.
What tools can students use to create data visualizations?
Google Sheets and Microsoft Excel are the most accessible starting points and handle most common chart types. For more control, Flourish and Datawrapper are free, browser-based tools designed for journalism-quality charts with minimal coding. Python libraries like matplotlib and seaborn are worth introducing to students headed toward data science work.
How does active learning help students create better data visualizations?
When students share their charts with peers who did not help create them, they immediately see whether the chart communicates what was intended. A chart that seemed clear to its creator often confuses a fresh reader. This peer feedback loop, replicated in a gallery walk or design critique, is the fastest way to develop the judgment for effective visualization design.