Replace edgecolors=None
with linewidth=0
Something like:
g=sns.scatterplot(x="length", y="coverage", data=df, hue="Products",
linewidth=0, alpha = 0.7)
Replace edgecolors=None
with linewidth=0
Something like:
g=sns.scatterplot(x="length", y="coverage", data=df, hue="Products",
linewidth=0, alpha = 0.7)