mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3148 Ensemble curves. Option to hide ensemble curves (in order to show only stat curves)
This commit is contained in:
@@ -925,6 +925,8 @@ void RimEnsembleCurveSet::updateEnsembleCurves(const std::vector<RimSummaryCase*
|
||||
m_qwtPlotCurveForLegendText->detach();
|
||||
deleteStatisticsCurves();
|
||||
|
||||
if (m_statistics->hideEnsembleCurves()) return;
|
||||
|
||||
RimSummaryAddress* addr = m_yValuesCurveVariable();
|
||||
if (plot && addr->address().category() != RifEclipseSummaryAddress::SUMMARY_INVALID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user