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?
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?