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