ggpolypath icon indicating copy to clipboard operation
ggpolypath copied to clipboard

fill on "piece" breaks the hierarchy

Open mdsumner opened this issue 9 years ago • 0 comments

ggplot(holey) + aes(x = x_, y = y_, group = branch_, fill = branch_) + geom_polypath()

That results in the windows being filled, as per fill = branch_ - but this means the fill aesthetic has broken the group aesthetic into multiple calls to pathGrob() - is this inherently the way the world has to work?

mdsumner avatar Aug 14 '16 15:08 mdsumner