-1

我的 plottet 表的背景中有这个 Gridmesh。除了主题,我如何更改背景

https://imgur.com/a/6s5tM0j

cor.t=mydata

tt3 <- ttheme_minimal(
base_size = 8,
core=list(bg_params = list(fill = paste(substr(HeaderFarbe[n+1],
start = 1, stop = 7),"4D",sep=""),
col=HeaderFarbe[n+1]),
fg_params=list(fontface=3)),
colhead=list(fg_params=list(col=HeaderFarbe[n+1], fontface=4L)),
rowhead=list(fg_params=list(col="red", fontface=3L)))

plot(tableGrob(cor.t ,theme=tt3))
4

1 回答 1

0

grid::grid.draw(tableGrob())如果您使用(或grid.table()直接),则没有背景。plot.gtable,添加灰色背景,仅用于调试。

于 2019-03-30T23:09:34.140 回答