#9549 RFT plotting: Improve visibility for topology curves

- set row span to 2
- adjust default min/max for zoom
- make symbols a bit smaller
This commit is contained in:
Magne Sjaastad
2022-12-14 09:29:17 +01:00
parent 296718fd29
commit 500b4d2922
3 changed files with 16 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ void RicNewRftSegmentWellLogPlotFeature::appendTopologyTrack( RimWellLogPlot* pl
auto track = new RimWellLogTrack();
track->setDescription( "Topology" );
track->enablePropertyAxis( false );
track->setRowSpan( RimPlot::TWO );
plot->addPlot( track );