mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make Red/White/Blue the default correlation matrix color palette
This commit is contained in:
committed by
Magne Sjaastad
parent
67a59aa5e8
commit
9b9a6f2947
@@ -174,7 +174,7 @@ RimCorrelationMatrixPlot::RimCorrelationMatrixPlot()
|
|||||||
m_legendConfig = new RimRegularLegendConfig();
|
m_legendConfig = new RimRegularLegendConfig();
|
||||||
m_legendConfig->setAutomaticRanges( -1.0, 1.0, -1.0, 1.0 );
|
m_legendConfig->setAutomaticRanges( -1.0, 1.0, -1.0, 1.0 );
|
||||||
m_legendConfig->setColorLegend(
|
m_legendConfig->setColorLegend(
|
||||||
RimRegularLegendConfig::mapToColorLegend( RimRegularLegendConfig::ColorRangesType::CORRELATION ) );
|
RimRegularLegendConfig::mapToColorLegend( RimRegularLegendConfig::ColorRangesType::RED_WHITE_BLUE ) );
|
||||||
|
|
||||||
setLegendsVisible( false );
|
setLegendsVisible( false );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user