Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
swarmplot のデータ ポイントを大きくしたいと考えています。私が持っているコードは次のとおりです。
sns.swarmplot(x="Heart", y="FirstPersonPronouns", hue="Speech", data=df) sns.set_context("notebook", font_scale=1.8)
私は試しscatter_kwsましたが、得ます:
scatter_kws
Attribute error: unknown property scatter_kws.