mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8054 StimPlan Model Plot: Stack curve legends vertically
This commit is contained in:
parent
d9af96cd2a
commit
d1fb845606
@ -169,7 +169,7 @@ RimStimPlanModelPlot* RicNewStimPlanModelPlotFeature::createPlot( RimStimPlanMod
|
||||
plot->nameConfig()->setAutoNameTags( false, false, false, false, false );
|
||||
plot->setPlotTitleVisible( true );
|
||||
plot->setLegendsVisible( true );
|
||||
plot->setLegendsHorizontal( true );
|
||||
plot->setLegendsHorizontal( false );
|
||||
plot->setDepthType( RiaDefines::DepthTypeEnum::TRUE_VERTICAL_DEPTH );
|
||||
plot->setAutoScaleDepthEnabled( true );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user