I've spent days on this, so I'm writing this for anyone who comes across it. Problem: I created a spectator camera in a multiplayer game, which is a Cinemachine
I am making a boxplot conditioned by a factor similar to this example: p <- ggplot(mtcars, aes(factor(cyl), mpg)) p + geom_boxplot(aes(fill = factor(am)))