You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: