3.6 Scatter Chart
Last updated
Was this helpful?
Last updated
Was this helpful?
In the session, we discussed how to use plt.plot() to draw the line chart. It also can be used to produce a scatter chart. Since it is a scatter plot, we can use plt.scatter()
as well.
We can use Markers to customize a scatter plot, make it more stylish.
For example, we use "star" to draw the same curve.
More Marker Types