Understanding the parameters of the scatter function.

Report a typo

Pair each parameter in the function call with the role it takes when constructing a bubble chart:

plt.scatter(days, temp, s = rain, c = skye)
Match the items from left and right columns
First parameter, days
Second parameter, temp
Third parameter, named s
Forth parameter, named c
X-axis
Y-axis
Color
Size
___

Create a free account to access the full topic