Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Customize Your Line Chart | Basics: Line Charts
Visualization in Python with matplotlib

Customize Your Line Chart

Task

  1. Customize the lines so that:
    • the first line (for the usa data) will be red ('r'), dashdotted (-.) and with star points ('*');
    • the second line (for the can data) will be green ('g'), dotted (':') and with circle points ('.').
  2. Add a legend to the plot.

Everything was clear?

Section 1. Chapter 11
toggle bottom row
course content

Course Content

Visualization in Python with matplotlib

Customize Your Line Chart

Task

  1. Customize the lines so that:
    • the first line (for the usa data) will be red ('r'), dashdotted (-.) and with star points ('*');
    • the second line (for the can data) will be green ('g'), dotted (':') and with circle points ('.').
  2. Add a legend to the plot.

Everything was clear?

Section 1. Chapter 11
toggle bottom row
some-alt