YuLab-SMU / scatterpie

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

Remove 0-radius circle from `geom_scatterpie_legend` #41

Open MorealDeBrevans opened 1 year ago

MorealDeBrevans commented 1 year ago

The geom_scatterpie_legend function systematically includes a circle of radius 0, with label "0" in the legend. I think there is no point in displaying this and it’s just an unintended consequence of the underlying function used to break the radii range into bins. Could you find a workaround to remove it?