How to Make a Scatter Plot in Python With plt.scatter()
SMRTR summary
Matplotlib's `plt.scatter()` lets you build scatter plots ranging from simple two-variable charts to multi-dimensional visualizations. Learn to control markers, apply styles, encode extra data dimensions, and choose between `plt.scatter()` and the faster `plt.plot()`.
SMRTR provides this summary for quick context. The original article belongs to Real Python.
Read the original article