在这里输入图像描述所以我有这个生成图的代码:
g=sns.catplot(data=public, x="age", y="number", col="species", kind="strip",
jitter=True, order=order,
palette=palette, alpha=0.5,linewidth=3,height=6, aspect=0.7)
Run Code Online (Sandbox Code Playgroud)
如何更改标记大小?
size=20
行为怪异,似乎缩放绘图区域而不是更改标记大小。我得到:
'.conda-envs/py3/lib/python3.5/site-packages/seaborn/categorical.py:3692:UserWarning:size
参数已重命名为height
;请更新您的代码。警告。警告(味精,用户警告'