gpt4 book ai didi

r - ggplot2 删除绘图周围的外边框

转载 作者:行者123 更新时间:2023-12-02 00:22:06 42 4
gpt4 key购买 nike

<分区>

您好,我正在尝试摆脱 ggplot 在我的情节周围放置的框。

代码如下

d = data.frame(x=rep(1:5,2), y=gl(2,5), height=abs(rnorm(10)))

ggplot(d, aes(x, y, height = height, group = y)) +
geom_ridgeline(fill="black", colour="white") +
theme(panel.grid = element_blank(), panel.background = element_rect(fill = "#000000"), plot.background = element_rect(fill = "#000000"))

生成这张图片:

enter image description here

我想去掉围绕我的情节的灰色小线。

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com