Courses / Psychology I
Statistics

Data Visualization

Psychology I 183 words Free to read

Chart Selection

Different data calls for different pictures. Using the wrong one can mislead.

A histogram shows the distribution of a single continuous variable, using touching bins to reveal shape. A bar chart compares distinct categories with gaps between bars.

A scatterplot maps the relationship between two continuous variables. A box plot summarizes the five-number summary (minimum, Q1, median, Q3, maximum) and spots outliers.

ChartBest For
HistogramDistribution shape
Bar chartCategory comparison
ScatterplotTwo-variable relationship
Box plotFive-number summary
Line graphTrends over time
Four different datasets, each routed by its OWN question to its chart

Visual Traps

Visualizations can deceive even with accurate data. A truncated y-axis starts above zero, making small differences look dramatic.

Other tricks include inconsistent scaling, cherry-picked time windows, and 3D effects that distort volume perception.

Common pitfall: Using a bar chart with a truncated axis to compare similar values. A bar chart is only honestly interpretable when its vertical axis begins at zero.

Always inspect where a chart's axis starts before trusting its visual impact.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

10practice questions
2interactive scenes

Statistics