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:
parent
ebc1bd4c2e
commit
35f6733292
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user