We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data.frame( x = c(-1, 1), y = c("x", "y") ) |> ggplot(aes(x, y)) + geom_col()
3.5.1
dev