Customizing Markers in Scatter Plots
00:00
Customizing markers in scatter plots. You can visualize more than two variables on a two-dimensional scatter plot by customizing the markers. There are four main features of the markers used in a scatter plot that you can customize with plt.scatter()
: size, color, shape, and transparency.
00:23 In this section of the course, you’ll learn how to modify all these properties. Let’s get started by looking at size.
Become a Member to join the conversation.