Scatter plots

The standard visualization is the popular, very important, and super-useful scatter plot. This is simply obtained by plotting pairs of points, each having the value of one variable determining the position on the x-axis, and the value of the other variable determining the position on the y-axis.

Scatter plots are good for showing the relationship between the variables. If there is a relationship, we can look for the following characteristics:

  • Overall pattern: Generally, we will spot a pattern forming: it can be a linear pattern, a curvy pattern, an exponential pattern, or a more complicated one.
  • Strength/Noise: This refers to how clearly we see the pattern, or how closely the points follow this pattern. We will also observe ...

Get Hands-On Predictive Analytics with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.