This should display "# of specimens" as the y label: ``` Plot.barY( penguins, Plot.groupX( { y: {reduce: "count", label: "# of specimens"}, fill: (values) => d3.mode(values) }, {x: "species", fill: "island", fy: "sex"} ) ); ``` Excerpted from #1360 First tentative: https://github.com/observablehq/plot/commit/9dfeb79bd757d868771ce10bf24270feee5ee587