Now that you know how to create and customize scatter plots using plt.scatter()
, you’re ready to start practicing with your own datasets and examples. This versatile function gives you the ability to explore your data and present your findings in a clear way.
In this course, you’ve learned how to:
- Create a scatter plot using
plt.scatter
() - Use the required and optional input parameters
- Customize scatter plots for basic and more advanced plots
- Represent more than two dimensions with
plt.scatter()