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

tol argument in zero_range is too strict #33

Closed
richierocks opened this issue Jan 23, 2013 · 1 comment
Closed

tol argument in zero_range is too strict #33

richierocks opened this issue Jan 23, 2013 · 1 comment

Comments

@richierocks
Copy link

The default argument to zero_range's tol argument is currently .Machine$double.eps * 100, or about 2.2e-14. This can cause ggplot to incorrectly warn about bars not being the same width.

See , e.g.,

http://stackoverflow.com/questions/14476961/why-do-i-get-position-dodge-requires-constant-width-even-though-widths-are-con

@hadley hadley closed this as completed in 530484f Jun 10, 2015
@hadley
Copy link
Member

hadley commented Jun 10, 2015

Not actually sure what it should be, but this seems like a common tolerance.

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

No branches or pull requests

2 participants