sns scatterplot marker size code example
Example: reduce marker size in seaborn scatterplot
ax = sns.scatterplot(x="Data Set Description", y="R Squared", data=mean_df, s=10)
ax = sns.scatterplot(x="Data Set Description", y="R Squared", data=mean_df, s=10)