Open xiaoyingpu opened 4 years ago
These guys should produce different layouts
ggplot(mtcars) + geom_icon(aes(height = c(P(cyl|gear)), x = c(gear))) ggplot(mtcars) + geom_icon(aes(height = c(P(cyl|gear)), x = c(cyl, gear)))
These guys should produce different layouts