tol argument in zero_range is too strict #33
Closed
Comments
Not actually sure what it should be, but this seems like a common tolerance. |
hadley
added a commit
that referenced
this issue
Jun 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: