1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

sample-plot-corr better palette

This commit is contained in:
Antonin Portelli 2022-02-16 18:55:24 +00:00
parent ebc1bd4c2e
commit 35f6733292

View File

@ -67,7 +67,8 @@ int main(int argc, char *argv[])
sample = sample.block(0, 0, sample[central].rows(), 1);
var = sample.varianceMatrix();
corr = sample.correlationMatrix();
p << PlotMatrix(corr);
p << PlotCorrMatrix(corr);
p.display();
if (!outVarName.empty())
{