mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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
GitHub
parent
f3a3e04e1f
commit
921c90beea
@@ -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