gpt4 book ai didi

r - ggplot中轴的默认文本颜色

转载 作者:行者123 更新时间:2023-12-03 22:09:27 27 4
gpt4 key购买 nike

如果满足条件,我想更改 ggplot 中 x 轴文本的颜色。没问题,但为此,我必须知道 theme_minimal() 中 x 轴的默认颜色是什么? .我查看了源代码,这让我找到了 theme_bw()这导致我 theme_grey()您可以在这里找到:https://github.com/tidyverse/ggplot2/blob/master/R/theme-defaults.r
我看到了许多颜色的声明,但没有看到 x-axis 中的一种?

最佳答案

您可以使用 ggplot2包裹的calc_element()弄清楚你想要什么。在这种情况下,x 轴文本的默认字体颜色是“grey30”:

> calc_element("axis.text.x", theme_minimal())
List of 11
$ family : chr ""
$ face : chr "plain"
$ colour : chr "grey30"
$ size : num 8.8
$ hjust : num 0.5
$ vjust : num 1
$ angle : num 0
$ lineheight : num 0.9
$ margin : 'margin' num [1:4] 2.2pt 0pt 0pt 0pt
..- attr(*, "valid.unit")= int 8
..- attr(*, "unit")= chr "pt"
$ debug : logi FALSE
$ inherit.blank: logi TRUE
- attr(*, "class")= chr [1:2] "element_text" "element"

关于r - ggplot中轴的默认文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55449417/

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