我试过使用catplot。Here is a screenshot of my data spreadsheet 这是我的catplot代码(它不能工作): g=sns.catplot(data=df, x="Timepoint我将catplot代码简化为基本代码,看看是否能正常工作: g=sns.catplot(x = df["Timepoint"], y = df["Macrophage Frequency"], palette
exercise.groupby(['diet'])['kind'].value_counts(normalize=True).mul(100).reset_index(name='percentage%')
g = sns.catplot我想堆叠kind,但似乎catplot不接受'stacked‘参数。