Javlon Isomurodov

Results 6 comments of Javlon Isomurodov

I think this information might be useful. Text renders correctly if you rewrite the default `label.padding` unit. The problem occurs with units "lines" and "char", other units seem to be...

Above PR solves the current bug. But it's not a good solution because future changes in the position selection algorithm in one of the `position_dodge()` and `position_dodge2` functions might lead...

> I think only `width df$xmax[i - 1]) { ``` 2. Check additionally equal case that the width is more than zero. ```R if (is.na(df$xmin[i]) || is.na(df$xmax[i - 1]) ||...

I figured out that PR #4936 doesn't work correctly for one of the examples (diamonds) from the documentation. I have tested the second solution (https://github.com/tidyverse/ggplot2/issues/4327#issuecomment-1209805927). It fixed the new bug...

@thomasp85 It seems like your commit 6704ea1fd01369445e7d28946edb8312c133691d fixed this issue.