如何删除 Python boxplot 图形图像中的异常值?

Posted

技术标签:

【中文标题】如何删除 Python boxplot 图形图像中的异常值?【英文标题】:How can i remove outliers in Python boxplot graph image? 【发布时间】:2022-01-08 17:41:11 【问题描述】:

当我在 python 中将我的倾斜分布数据组织到箱线图时,它有很多异常值。我只想显示最大和最小异常值。 如何制作代码?

我不想删除我的数据库。只是我想在我的图形图像中显示两个异常值(Max,Min)。

【问题讨论】:

【参考方案1】:
showfliers=False

plt.boxplot([data], showfliers=False)

试试这个....

【讨论】:

以上是关于如何删除 Python boxplot 图形图像中的异常值?的主要内容,如果未能解决你的问题,请参考以下文章

R boxplot:如何自定义盒须图的外观(例如,删除线条或边框,更改异常值的符号)

如何在 python 中为 plotly boxplot 添加标签?

python 使用matplotlib在Python中绘制Boxplot

如何更改函数中的向量名称? [复制]

如何从箱形图数据中删除序列?

python可视化---箱线图boxplot()