我想更改分散点的大小。
这些都不起作用:
sns.relplot(x='columnx', y='columny', hue='cluster', data=df)
sns.relplot(x='columnx', y='columny', hue='cluster', scatter_kws={'s':.01}, data=df)
sns.relplot(x='columnx', y='columny', hue='cluster', kwargs={'s':.01}, data=df)
阿波罗的战车
萧十郎
幕布斯7119047
随时随地看视频慕课网APP
相关分类