taiyun / corrplot

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

Add capability to show multiple regression result sets #107

Closed rlamping closed 6 years ago

rlamping commented 7 years ago

Issue: Add capability to show multiple regression result sets Addition of code to display the coefficients (without intercept) of multiple regression result sets Still to do:

codecov-io commented 7 years ago

Codecov Report

Merging #107 into master will decrease coverage by 4.6%. The diff coverage is 33.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   91.75%   87.15%   -4.61%     
==========================================
  Files           8        8              
  Lines         643      693      +50     
==========================================
+ Hits          590      604      +14     
- Misses         53       89      +36
Impacted Files Coverage Δ
R/colorlegend.R 100% <100%> (ø) :arrow_up:
R/corrplot.R 84.26% <28.84%> (-5.64%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4b4c414...56d4526. Read the comment docs.

rlamping commented 7 years ago

Still need to work on the cross size for Inf values and also the width of the colorbar. If additional columns are added, the width of the color bar should not necessarily change.