8000 Inequality error on web page http://matplotlib.org/faq/howto_faq.htm · Issue #6451 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Inequality error on web page http://matplotlib.org/faq/howto_faq.htm #6451
Closed
@Christopher-Field

Description

@Christopher-Field

On the web page http://matplotlib.org/faq/howto_faq.html there is a section "nterpreting box plots and violin plots" which has an inequality to define outliers. The left side of the inequality is smaller than the right side, but the inequality uses greater than symbols (">"). Therefore, it makes no sense.
Interpreting_box_plots.pdf

The statement can be corrected in one of two ways.
Change to "Data points are not considered outliers if " and change the greater thans to less thans.
Or leave the text unchanged and break the inequality into two parts
Value < Q1 - 1.5 *IQR or Q3 + 1.5 * IQR < Value.
This second approach makes clear that outliers are outside the range.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0