gpt4 book ai didi

r - 消除一个轴上的strip.background(ggplot2)

转载 作者:行者123 更新时间:2023-12-03 23:19:39 25 4
gpt4 key购买 nike

ggplot2中的许多主题元素都有.x或.y扩展名,以仅在一个轴上删除/更改某些内容。 strip.background没有strip.background.x等效项,如下所示。

如何仅从一个轴上的构面标签中删除文本和strip.background

a <- ggplot(mtcars, aes(mpg, hp)) +
geom_point() +
facet_grid(cyl~gear)

a + theme(strip.text.y = element_blank(),
strip.background.x = element_blank())

## > a + theme(strip.text.y = element_blank(), strip.background.x = element_blank())
## Error in (function (el, elname) :
## "strip.background.x" is not a valid theme element name.

最佳答案

至少对于ggplot2 2.0.0版。如果将strip.text.x=strip.text.y=设置为element_blank(),它将删除特定轴的文本和背景。

a + theme(strip.text. = element_blank())


enter image description here

关于r - 消除一个轴上的strip.background(ggplot2),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19063982/

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