I think it might be good to include a faceted pies gallery:
VISUALISE island AS fill FROM ggsql:penguins
DRAW bar
SETTING total => 1
PROJECT TO polar
FACET species
And now, I'm seeing that there is a demo in 'the rest of the owl' (and actually with SETTING free => 'angle' -- nice!).
It seems like faceted pie charts is a common enough analytic task that this should also be included in the gallery info for pies. How to go about it might feel a little non-obvious.
I think it might be good to include a faceted pies gallery:
And now, I'm seeing that there is a demo in 'the rest of the owl' (and actually with
SETTING free => 'angle'-- nice!).It seems like faceted pie charts is a common enough analytic task that this should also be included in the gallery info for pies. How to go about it might feel a little non-obvious.