sns.pairplot(data_new, kind="scatter", hue="location", plot_kws=dict(s=80, edgecolor="white", linewidth=2.5))
大家好,有人可以告诉我如何按照上面的代码更改散射透明度(alpha应该为0.3)吗?
非常感谢你!
python matplotlib seaborn
matplotlib ×1
python ×1
seaborn ×1