mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8095 Correlation Matrix: Invert Blue-Red coloring
fix colors Revert "#8095 Correlation Matrix: Invert Blue-Red coloring " This reverts commit f69c8bab9ceb17cfe46c02663cb1567291976413.
This commit is contained in:
parent
e95a6b0882
commit
4a11022288
@ -175,7 +175,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::RED_WHITE_BLUE ) );
|
||||
RimRegularLegendConfig::mapToColorLegend( RimRegularLegendConfig::ColorRangesType::BLUE_WHITE_RED ) );
|
||||
|
||||
setLegendsVisible( false );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user