You can do so by giving a value to the s argument to change the marker size.
Example:
ax = sns.scatterplot(x="Data Set Description", y="R Squared", data=mean_df, s=10)
You can do so by giving a value to the s argument to change the marker size.
Example:
ax = sns.scatterplot(x="Data Set Description", y="R Squared", data=mean_df, s=10)