taiyun / corrplot

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

New flag to always exhaust entire colorpalette for visualization #126

Closed MFreidank closed 6 years ago

MFreidank commented 6 years ago

This pull request solves issue #122. We added a flag full_col (default: TRUE = new behaviour) to the corrplot function that will use scaled data to access the colorpalette, resulting in a plot that plots the original, unscaled data but uses the entire colorpalette for plotting. This is handy to visualize data that has only correlation values that are close to each other. Old behaviour can be fully recovered by setting full_col = FALSE.

vsimko commented 6 years ago

fixed in pull request #127