mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user