#4038 2D plot Source data stepping re-set curve interpolation

This commit is contained in:
Magne Sjaastad
2019-02-07 08:30:55 +01:00
parent 1717a5bf30
commit f4e0a154ee
7 changed files with 26 additions and 16 deletions

View File

@@ -292,7 +292,7 @@ RimSummaryCurve* RicPlotProductionRateFeature::addSummaryCurve( RimSummaryPlot*
plot->addCurveAndUpdate(newCurve);
newCurve->setSummaryCaseY(gridSummaryCase);
newCurve->setSummaryAddressY(addr);
newCurve->setSummaryAddressYAndApplyInterpolation(addr);
newCurve->setColor(color);
newCurve->setLeftOrRightAxisY(plotAxis);
newCurve->loadDataAndUpdate(true);