mirror of
https://github.com/OPM/ResInsight.git
synced 2026-07-31 00:38:14 -05:00
#9280 Fix missing horizontal error bars
* #9280 Fix missing horizontal error bars. The x axis was not assigned properly for the error bars in the plot curve. * Propagate error bar visibility state
This commit is contained in:
committed by
Magne Sjaastad
parent
a8fbb4f70e
commit
b0a959c591
@@ -513,6 +513,7 @@ void RimWellRftPlot::updateCurvesInPlot( const std::set<RiaRftPltCurveDefinition
|
||||
else if ( curveDefToAdd.address().sourceType() == RifDataSourceForRftPlt::OBSERVED_FMU_RFT )
|
||||
{
|
||||
auto curve = new RimWellLogRftCurve();
|
||||
curve->setErrorBarsVisible( m_showErrorInObservedData );
|
||||
plotTrack->addCurve( curve );
|
||||
|
||||
auto observedFmuRftData = curveDefToAdd.address().observedFmuRftData();
|
||||
|
||||
Reference in New Issue
Block a user