taiyun / corrplot

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

Bug in corrplot.mixed() #102

Closed taiyun closed 7 years ago

taiyun commented 7 years ago

The last example of corrplot.mixed() is broken since v0.76. It was OK in v0.75.

corrplot.mixed(cor(mtcars), tl.pos = "n")
vsimko commented 7 years ago

I think that this might be also related to issue #96