``` ggplot() + geom_point(x=0, y=0, size=10, size_unit="y") + coord_polar() ``` --- The emptiness ---