Make Red/White/Blue the default correlation matrix color palette

This commit is contained in:
Gaute Lindkvist 2020-09-21 11:22:01 +02:00 committed by Magne Sjaastad
parent 67a59aa5e8
commit 9b9a6f2947

View File

@ -174,7 +174,7 @@ RimCorrelationMatrixPlot::RimCorrelationMatrixPlot()
m_legendConfig = new RimRegularLegendConfig();
m_legendConfig->setAutomaticRanges( -1.0, 1.0, -1.0, 1.0 );
m_legendConfig->setColorLegend(
RimRegularLegendConfig::mapToColorLegend( RimRegularLegendConfig::ColorRangesType::CORRELATION ) );
RimRegularLegendConfig::mapToColorLegend( RimRegularLegendConfig::ColorRangesType::RED_WHITE_BLUE ) );
setLegendsVisible( false );