mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1113 Made tracer colors consistent, and son to be consistent with default well colors
This commit is contained in:
@@ -239,8 +239,10 @@ void RimWellAllocationPlot::updateFromWell()
|
||||
|
||||
RimWellFlowRateCurve* curve = new RimWellFlowRateCurve;
|
||||
curve->setFlowValues(tracerName, connNumbers, accFlow);
|
||||
curve->setColor( m_flowDiagSolution->tracerColor(tracerName));
|
||||
|
||||
plotTrack->addCurve(curve);
|
||||
|
||||
curve->loadDataAndUpdate();
|
||||
}
|
||||
}
|
||||
@@ -256,6 +258,7 @@ void RimWellAllocationPlot::updateFromWell()
|
||||
|
||||
RimWellFlowRateCurve* curve = new RimWellFlowRateCurve;
|
||||
curve->setFlowValues("Total", connNumbers, accFlow);
|
||||
curve->setColor( cvf::Color3f::DARK_GRAY);
|
||||
|
||||
plotTrack->addCurve(curve);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user