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.
我在 Python 中使用 Seaborn 来制作小提琴图。我有两列,一列包含数据,另一列包含分类(a 或 b)。我想制作一个分割小提琴图 - 其中一半将显示整个数据集的密度,另一半将显示属于 a 类的样本的密度。这可能吗?