Skip to course content
Free course

Data Analysis and Visualization with Python / Module 10

Module 10 activity

Module 10 Activity: Build a Static Chart Gallery

Estimated active time: 90 minutes

Task

Create a small Matplotlib chart gallery from prepared analysis tables.

Steps

  1. Write the question each chart should answer.
  2. Create one line chart for a time trend.
  3. Create one bar chart for a category comparison.
  4. Create one scatter plot for a relationship check.
  5. Create one histogram for a distribution.
  6. Create one box plot for grouped distributions.
  7. Add titles and labels.
  8. Export at least one chart.
  9. Complete the chart critique checklist for two charts.
  10. Write a text equivalent for one important chart.

Deliverable

  • Static chart gallery.
  • Chart critique checklist.
  • Text equivalent.

Quality bar

The activity is ready when each chart has a clear purpose, readable labels, and a cautious interpretation.