mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1944 Use line style None, and force symbols on for observed data
This commit is contained in:
@@ -338,6 +338,16 @@ void RimSummaryCurveAppearanceCalculator::setupCurveLook(RimSummaryCurve* curve)
|
||||
}
|
||||
|
||||
curve->setColor(gradeColor(m_currentCurveBaseColor, m_currentCurveGradient));
|
||||
|
||||
if ( curve->summaryCase()->isObservedData() )
|
||||
{
|
||||
curve->setLineStyle(RimPlotCurve::STYLE_NONE);
|
||||
|
||||
if ( curve->symbol() == RimPlotCurve::SYMBOL_NONE )
|
||||
{
|
||||
curve->setSymbol(RimPlotCurve::SYMBOL_XCROSS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user