Just a brief example of how to change the marker size for seaborn scatter plots: Sample Line Code Here:
vis3 = sns.lmplot(data=stats, x="Internet users",y="Birth rate", fit_reg=False ,hue="Income Group",size=10, scatter_kws={"s":100})
Thanks to Python A-Z for Data Science
#seaborn #scatterplot #markersize