Before-After Comparison Plots
📖 Scenario: You work in a health clinic. You want to compare patients' blood pressure before and after a treatment.
🎯 Goal: Create a simple plot that shows blood pressure values before and after treatment for each patient. This helps to see if the treatment worked.
📋 What You'll Learn
Create a dictionary with patient names and their blood pressure before treatment
Create a dictionary with patient names and their blood pressure after treatment
Use matplotlib to plot before and after values side by side for each patient
Label the plot clearly with title, axis labels, and legend
💡 Why This Matters
🌍 Real World
Before-after comparison plots are used in health, marketing, and many fields to show changes clearly.
💼 Career
Data scientists often create comparison plots to communicate results of experiments or treatments.
Progress0 / 4 steps