Use the scatter_kws argument. For example:
ax = sb.regplot(x="total_bill",
y="tip",
data=tips,
scatter_kws={'alpha':0.3})
Use the scatter_kws argument. For example:
ax = sb.regplot(x="total_bill",
y="tip",
data=tips,
scatter_kws={'alpha':0.3})