Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inequality error on web page http://matplotlib.org/faq/howto_faq.htm #6451

Closed
Christopher-Field opened this issue May 19, 2016 · 2 comments
Closed
Milestone

Comments

@Christopher-Field
Copy link

Christopher-Field commented May 19, 2016

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.

@tacaswell
Copy link
Member

attn @rasbt

@tacaswell tacaswell added this to the 2.0 (style change major release) milestone May 19, 2016
@rasbt
Copy link
Contributor

rasbt commented May 22, 2016

Oh, that's weird, I thought that we already fixed it! (At least it appears fixed in my keynote file when I just opened it!) Anyway, thanks for the note, I will open a pull request!

@QuLogic QuLogic modified the milestones: 1.5.2 (Critical bug fix release), 2.0 (style change major release) May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants