如果你仔细观察,彩色方块几乎看起来像3D,好像它们有凸起的边缘。我无法在文档中找到任何可能导致此问题的内容。这是一个平台问题吗?我希望有完全扁平的方块。
这是我使用的代码:
corrplot(abs(cor_matrix), method="color",
col= colorRampPalette(c("blue", "blue","blue", "blue", "green", "yellow", "red"))(100) ,
tl.pos="n", cl.lim = c(0,1), order = "hclust")