```r data.frame( x = c(-1, 1), y = c("x", "y") ) |> ggplot(aes(x, y)) + geom_col() ``` 3.5.1  dev 