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
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.
zero_range
tol
.Machine$double.eps * 100
See , e.g.,
http://stackoverflow.com/questions/14476961/why-do-i-get-position-dodge-requires-constant-width-even-though-widths-are-con
The text was updated successfully, but these errors were encountered:
530484f
Not actually sure what it should be, but this seems like a common tolerance.
Sorry, something went wrong.
Weaker zero_range tolerance. Now passes unit tests. #33
55532d3
No branches or pull requests
The default argument to
zero_range
'stol
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
The text was updated successfully, but these errors were encountered: