Why do I have problems capping `y` and `x` axis using `coord_capped_cart` in `ggplot2`?

后端 未结 0 795
谎友^
谎友^ 2021-01-31 21:44

Let\'s say I have this dataframe:

df = data.frame(y = c(-100, rnorm(100), 100),
                x = rep("A",102))

I want to create a bo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题