mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01: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);
|
sample = sample.block(0, 0, sample[central].rows(), 1);
|
||||||
var = sample.varianceMatrix();
|
var = sample.varianceMatrix();
|
||||||
corr = sample.correlationMatrix();
|
corr = sample.correlationMatrix();
|
||||||
p << PlotMatrix(corr);
|
|
||||||
|
p << PlotCorrMatrix(corr);
|
||||||
p.display();
|
p.display();
|
||||||
if (!outVarName.empty())
|
if (!outVarName.empty())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user