#2659 Ensemble statistics. Support for setting curve color. Group check boxes

This commit is contained in:
Bjørn Erik Jensen
2018-06-15 09:06:44 +02:00
parent 06749a20e0
commit 1abea45d45
3 changed files with 26 additions and 8 deletions

View File

@@ -967,6 +967,7 @@ void RimEnsembleCurveSet::updateStatisticsCurves(bool calculate = true)
auto curve = new RimSummaryCurve();
curve->setParentQwtPlotNoReplot(plot->qwtPlot());
m_curves.push_back(curve);
curve->setColor(m_statistics->color());
curve->setSymbol(RimPlotCurve::SYMBOL_ELLIPSE);
curve->setSymbolSkipDinstance(50);
curve->setSymbolLabel(QString::fromStdString(address.ensembleStatisticsQuantityName()));