Ensemble RFT: make observed error bars horizontal

This commit is contained in:
Gaute Lindkvist 2019-09-26 08:53:23 +02:00
parent d7197b7a88
commit 85a9ee2d42

View File

@ -455,7 +455,7 @@ void RimWellLogRftCurve::onLoadDataAndUpdate( bool updateParentPlot )
m_curveData->measuredDepthPlotValues( displayUnit ),
errors,
false,
RiuQwtPlotCurve::ERROR_ALONG_Y_AXIS );
RiuQwtPlotCurve::ERROR_ALONG_X_AXIS );
RimWellLogTrack* wellLogTrack;
firstAncestorOrThisOfType( wellLogTrack );
@ -490,7 +490,7 @@ void RimWellLogRftCurve::onLoadDataAndUpdate( bool updateParentPlot )
m_curveData->trueDepthPlotValues( displayUnit ),
errors,
false,
RiuQwtPlotCurve::ERROR_ALONG_Y_AXIS );
RiuQwtPlotCurve::ERROR_ALONG_X_AXIS );
}
m_qwtPlotCurve->setLineSegmentStartStopIndices( m_curveData->polylineStartStopIndices() );