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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #2529 - box plot with one jittered outlier #2530

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

alexcjohnson
Copy link
Collaborator

A quick one @etpinard
Test case straight from @yniknafs report 馃帀

if(pt.x !== undefined) outliers.push(pt);
});
expect(outliers.length).toBe(1);
expect(outliers[0].x).toBe(0);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was NaN before the fix

@etpinard
Copy link
Contributor

etpinard commented Apr 6, 2018

Looking good 馃拑

@alexcjohnson alexcjohnson merged commit beaa715 into master Apr 6, 2018
@alexcjohnson alexcjohnson deleted the box-single-jitter branch April 6, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants