小编Mar*_*son的帖子

如何在 seaborn.catplot 中更改标记大小

在这里输入图像描述所以我有这个生成图的代码:

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;请更新您的代码。警告。警告(味精,用户警告'

markers python-3.x seaborn

9
推荐指数
3
解决办法
6015
查看次数

标签 统计

markers ×1

python-3.x ×1

seaborn ×1