mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Depth Track Plots: Optionally show a line in all tracks
* #9378 Depth Track Plots: Optionally show a line in all tracks * Use RiaDefines::Orientation
This commit is contained in:
@@ -69,6 +69,7 @@ void RicNewMultiPhaseRftSegmentPlotFeature::onActionTriggered( bool isChecked )
|
||||
plot->setNameTemplateText( templateText );
|
||||
plot->setPlotTitleVisible( true );
|
||||
plot->setLegendItemsClickable( false );
|
||||
plot->enableDepthMarkerLine( true );
|
||||
|
||||
QString wellName = "Unknown";
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ void RicNewRftSegmentWellLogPlotFeature::onActionTriggered( bool isChecked )
|
||||
plot->setNameTemplateText( templateText );
|
||||
plot->setPlotTitleVisible( true );
|
||||
plot->setLegendItemsClickable( false );
|
||||
plot->enableDepthMarkerLine( true );
|
||||
|
||||
QString wellName = "Unknown";
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ RimWellBoreStabilityPlot*
|
||||
RimWellLogPlot* RicNewWellLogPlotFeatureImpl::createHorizontalWellLogPlot()
|
||||
{
|
||||
auto plot = createWellLogPlot();
|
||||
plot->setDepthOrientation( RimDepthTrackPlot::DepthOrientation::HORIZONTAL );
|
||||
plot->setDepthOrientation( RiaDefines::Orientation::HORIZONTAL );
|
||||
plot->setLegendsHorizontal( true );
|
||||
|
||||
return plot;
|
||||
|
||||
Reference in New Issue
Block a user