mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve history curve color and symbols
This commit is contained in:
@@ -1702,7 +1702,14 @@ void RimEnsembleCurveSet::updateEnsembleCurves( const std::vector<RimSummaryCase
|
||||
curve->setSummaryCaseY( sumCase );
|
||||
curve->setSummaryAddressYAndApplyInterpolation( addr->address() );
|
||||
curve->setResampling( m_resampling() );
|
||||
curve->setLineThickness( 1 );
|
||||
|
||||
int lineThickness = 1;
|
||||
if ( addr->address().isHistoryVector() )
|
||||
{
|
||||
lineThickness = 2;
|
||||
curve->setCurveAppearanceFromCaseType();
|
||||
}
|
||||
curve->setLineThickness( lineThickness );
|
||||
|
||||
addCurve( curve );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user