Login
📚 Python for Introductory Statistics: Lab Workbook
Chapters ▾

5.3 Bar Graphs and Pie Charts

Watch demo video 1

Watch demo video 2

Lab 5.3.1

The latest number of coronavirus deaths (July 2021) in Chicago by race is given below. Write a Python code to construct a bar graph.

RaceDeaths
Latinx1859
Black2224
White1233
Other309

view answer

Lab 5.3.2

The latest number of coronavirus deaths in Chicago by race is given below. Write a Python code to construct a pie chart.

RaceDeaths
Latinx1859
Black2224
White1233
Other309

view answer

Adapted from Python for Introductory Statistics: Student's Lab Workbook, by Simon Aman (Truman College, City Colleges of Chicago), licensed under CC BY 4.0. Changes were made: reformatted as an accessible XYZ web edition with live in-browser code cells. License: CC-BY-4.0.