Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

lesson3.md

File metadata and controls

32 lines (20 loc) · 1.12 KB

Week 7 Lesson 3

Python: Data Plotting

In this lesson, you will learn to make and interpret scatter plots by using Matplotlib. Scatter plots can highlight trends or correlations between two or more columns of a given data set.

###Objectives ### By the end of this lesson, you will be able to:

  • Understand how to use Matplotlib to make a scatter plot.
  • Understand the difference between positive, negative, and null correlations.
  • Understand how to graphically identify outliers.
  • Understand how to overplot and label multiple columns on a single scatter plot.

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 7 Lesson 3 Assessment.