Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIssue with facetted plots #70
Comments
|
Thanks for reporting this bug with the code snippet and the figure! I'd be happy to review a pull request that fixes this bug. Otherwise, I'll have to come back to this issue when time allows. |
|
@pcroteau The issue should be fixed in 0.6.9 Try re-installing the latest version and please re-open this issue if you run into any problems. devtools::install_github("slowkow/ggrepel")Thanks again for reporting this bug! |
|
The fix seems to have do the trick. |
First, let me thank you for this awesome package. I use it quite a lot since I found out about it.
I seem however to have stumbled upon a bug that occurs when one wants to label only some points of a given facet of a facetted graph.
Here's some fake data to illustrate the problem:
Now, the following works well for both
geom_textandgeom_text_repel:It works well with both

dtfanddtf2. Below I report thegeom_text_repelversion withdtf.However, for
dtf3,geom_textwork well while I get the following error withgeom_text_repel: