Scatter plots
A scatter plot displays values for two numerical variables in the same data set. The Matplotlib scatter
function creates a scatter plot. Optionally, we can specify the color and size of the data points in the plot as well as alpha transparency.