I want to do a scatterplot according x and y variables, and the points size depend of a numeric variable and the color of every point depend of a categorical variable.
First, I was trying this with plt.scatter:
After, I tried this using lmplot but the point size is different in relation to the first graph. I think the two graphs should be equals. Why not? The point size is different in every graph.