mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve plot titles and layout adjustments
This commit is contained in:
@@ -703,6 +703,15 @@ void RimFlowCharacteristicsPlot::onLoadDataAndUpdate()
|
||||
|
||||
m_timeStepToFlowResultMap = timeStepToFlowResultMap;
|
||||
|
||||
if ( m_case() )
|
||||
{
|
||||
m_flowCharPlotWidget->setCaseName( m_case()->caseUserDescription() );
|
||||
}
|
||||
else
|
||||
{
|
||||
m_flowCharPlotWidget->setCaseName( "" );
|
||||
}
|
||||
|
||||
m_flowCharPlotWidget->setLorenzCurve( timeStepStrings, timeStepDates, lorenzVals );
|
||||
|
||||
for ( int timeStepIdx : m_currentlyPlottedTimeSteps )
|
||||
|
||||
Reference in New Issue
Block a user