mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble RFT: make observed error bars horizontal
This commit is contained in:
parent
d7197b7a88
commit
85a9ee2d42
@ -455,7 +455,7 @@ void RimWellLogRftCurve::onLoadDataAndUpdate( bool updateParentPlot )
|
|||||||
m_curveData->measuredDepthPlotValues( displayUnit ),
|
m_curveData->measuredDepthPlotValues( displayUnit ),
|
||||||
errors,
|
errors,
|
||||||
false,
|
false,
|
||||||
RiuQwtPlotCurve::ERROR_ALONG_Y_AXIS );
|
RiuQwtPlotCurve::ERROR_ALONG_X_AXIS );
|
||||||
|
|
||||||
RimWellLogTrack* wellLogTrack;
|
RimWellLogTrack* wellLogTrack;
|
||||||
firstAncestorOrThisOfType( wellLogTrack );
|
firstAncestorOrThisOfType( wellLogTrack );
|
||||||
@ -490,7 +490,7 @@ void RimWellLogRftCurve::onLoadDataAndUpdate( bool updateParentPlot )
|
|||||||
m_curveData->trueDepthPlotValues( displayUnit ),
|
m_curveData->trueDepthPlotValues( displayUnit ),
|
||||||
errors,
|
errors,
|
||||||
false,
|
false,
|
||||||
RiuQwtPlotCurve::ERROR_ALONG_Y_AXIS );
|
RiuQwtPlotCurve::ERROR_ALONG_X_AXIS );
|
||||||
}
|
}
|
||||||
|
|
||||||
m_qwtPlotCurve->setLineSegmentStartStopIndices( m_curveData->polylineStartStopIndices() );
|
m_qwtPlotCurve->setLineSegmentStartStopIndices( m_curveData->polylineStartStopIndices() );
|
||||||
|
Loading…
Reference in New Issue
Block a user