Skip to content

Boxplot points not drawn in some cases #574

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

Closed
Jeff-Clark opened this issue May 27, 2016 · 2 comments
Closed

Boxplot points not drawn in some cases #574

Jeff-Clark opened this issue May 27, 2016 · 2 comments
Labels
bug something broken

Comments

@Jeff-Clark
Copy link

See https://jsfiddle.net/cf4j5vxz/

Traced it into code line
newJitter = trace.jitter * 2 / maxJitterFactor;
maxJitterFactor is zero in some cases when lots of data points are zero.

@etpinard
Copy link
Contributor

Bug confirmed. Thanks for reporting.

Looks like you found the root of the problem. This would a great opportunity for a first contributor to make his/her first PR.

@alexcjohnson
Copy link
Collaborator

closed by #915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

3 participants