YuLab-SMU / scatterpie

:art: scatter pie plot
https://cran.r-project.org/package=scatterpie
60 stars 16 forks source link

Overlapping of pies #29

Open rsilveirafh opened 4 years ago

rsilveirafh commented 4 years ago

First of all, thanks for the package! Second, I am trying to avoid the overlapping of the pies. I have tried to use, for example, the geom_label_repel() from "ggrepel", with no success. Do you have another suggestion for me to do it? Or I will have to change the x/y manually in the data.frame?

Thanks in advance!

image

ghost commented 4 years ago

Hi Ricardo,

Did you find a way to prevent overlapping of pies except for manually changing the x/y values.

Thanks, Dollina

rsilveirafh commented 4 years ago

Hi Dollina,

No, I changed it manually in the data frame, and also added an alpha of 0.7.

Cheers, Ricardo image

andemexoax commented 3 years ago

except for this one issue I find this to be a great package. scatterpie needs to have a repel option with leader lines and it would be the best!

costavale commented 2 years ago

Hi all! I was wondering if someone found a solution to the overlapping problem? or if someone is working on this? Thk

Nwilliams96 commented 11 months ago

I would also love a solution to this problem. Currently I repel them by moving them slightly in illustrator.