Line colors and width
📖 Scenario: You are working on a simple data visualization project. You want to draw lines on a graph with different colors and thicknesses to make the chart easy to understand.
🎯 Goal: Create a line plot with three lines. Each line should have a specific color and line width as given.
📋 What You'll Learn
Create three lists of y-values for three lines
Create a variable for the x-values
Plot each line with a specific color and line width
Display the plot
💡 Why This Matters
🌍 Real World
Line colors and widths help make charts clearer and easier to read in reports, presentations, and dashboards.
💼 Career
Data scientists and analysts use line styling to highlight important trends and differences in data visualizations.
Progress0 / 4 steps