mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#8080 StimPlan Model Plot: Set 0 range for X axis default for formation track.
This commit is contained in:
@@ -223,6 +223,7 @@ void RicNewStimPlanModelPlotFeature::createFormationTrack( RimStimPlanModelPlot*
|
|||||||
formationTrack->setFormationWellPath( stimPlanModel->thicknessDirectionWellPath() );
|
formationTrack->setFormationWellPath( stimPlanModel->thicknessDirectionWellPath() );
|
||||||
formationTrack->setFormationCase( eclipseCase );
|
formationTrack->setFormationCase( eclipseCase );
|
||||||
formationTrack->setAnnotationType( RiuPlotAnnotationTool::RegionAnnotationType::FORMATION_ANNOTATIONS );
|
formationTrack->setAnnotationType( RiuPlotAnnotationTool::RegionAnnotationType::FORMATION_ANNOTATIONS );
|
||||||
|
formationTrack->setXAxisGridVisibility( RimWellLogPlot::AxisGridVisibility::AXIS_GRID_NONE );
|
||||||
formationTrack->setVisibleXRange( 0.0, 0.0 );
|
formationTrack->setVisibleXRange( 0.0, 0.0 );
|
||||||
formationTrack->setOverburdenHeight( stimPlanModel->overburdenHeight() );
|
formationTrack->setOverburdenHeight( stimPlanModel->overburdenHeight() );
|
||||||
formationTrack->setUnderburdenHeight( stimPlanModel->underburdenHeight() );
|
formationTrack->setUnderburdenHeight( stimPlanModel->underburdenHeight() );
|
||||||
|
|||||||
Reference in New Issue
Block a user