taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
316 stars 86 forks source link

black and white plot #136

Closed guillaumechaumet closed 3 years ago

guillaumechaumet commented 6 years ago

Hi In the vignette corrplot-intro.Rmd (corrplot 0.85),

corrplot(M, type = "upper", order = "hclust",
         col = c("black", "white"), bg = "lightblue")

circles should be white or black but they are only black. Weird? Best,

taiyun commented 3 years ago

It's OK in v0.88 now.