plotnine 箱线图是否遵循关于晶须、IQR 和中位数的标准约定?

Are plotnine Boxplots following standard conventions regarding Whiskers, IQR and Median?

是否有关于 plotninegeom_boxplot 函数究竟显示什么的信息?我检查了源代码,但找不到明确的定义(例如 seaborn catplot)。

在 plotnine stats 中进行计算,因此您可以在 stat_boxplot 文档中找到该信息。