You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would {ggpattern} be the right level to implement this? Five years ago {ggplot2} maintainers said they had no (near-term) plans on implementing this particular "position" themselves: Allow for dodged and stacked bars. tidyverse/ggplot2#2267
But what if they received a PR that implemented this?
{ggplot2} did add a "jitterdodge" position so perhaps "stackdodge" would be the appropriate name...
A new
{ggplot2}"position" that does both a "dodge" and "stack" might be useful:Technically this seems like this should be implemented as a new
{ggplot2}"position" class:Not necessarily useful just for
{ggpattern}(i.e. people seem to want to do this with unpatterned basegeom_bar()):Would
{ggpattern}be the right level to implement this? Five years ago{ggplot2}maintainers said they had no (near-term) plans on implementing this particular "position" themselves: Allow for dodged and stacked bars. tidyverse/ggplot2#2267{ggplot2}did add a "jitterdodge" position so perhaps "stackdodge" would be the appropriate name...