What is the syntax for a bar chart?
plt.bar(x,height)
What is the syntax for a scatter?
plt.scatter(x,y)
How do you add a legend?
plt.legend()
How do you determine size?
s =
How do you change the shape of the data point?
marker =
How do you change the colour?
color =