scatter 78A scatter plot is a diagram where each value in the data set is represented by a dot. The Matplotlib module has a method for drawing scatter plots.Creating Scatter Plots. With Pyplot, you can use the scatter() function to draw a scatter plot. The scatter() function plots one dot for each observation.