sns.set(rc={'figure.figsize':(18.7,8.27)})
ax1 = sns.pointplot(x = group_agg.index, y= 'PA', data = group_agg, hue =
'id',alpha=0.6, scale=0.1)
ax1.set_xticklabels(ax1.get_xticklabels(),rotation=90)
# remove legend from axis 'ax'
ax1.legend_.remove()
我得到了这些意想不到的怪异行。 enter image description here
答案 0 :(得分:0)
这里是数据集的头。
我试图缩小尺寸以查看是否有太多的被摄对象(27)导致了此问题。还是一样。我还绘制了散点图,看是否存在相同的模式[在此处输入图像描述,答案是否定的。