Scatter plots are great to visualize the data points in two dimensions. In matplotlib, you can create a scatter plot using the pyplot's scatter() function.