Entering edit mode
Good morning,
I am trying to plot a circosplot using ggbio
, and I would like to label di elements along the circle using ggrepel
as they often overlap is I add them as text with the corresponding function. I was wandering if there's a way to do so: it would be sufficient to retrieve plot coordinates of points obtained with layout_circle(geom_point) and then add the corresponding label, but I am struggling to understand how to tackle this problem (if it is possible at all).
Of course I am open to any other solution which can provide non-overlapping labels of close elements.
Thank you for your time
Probably best to open a GitHub issue and @-in the ggrepel people.