mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Well Log Plot: have multiple rows of plots for horizontal depth orientation.
This commit is contained in:
committed by
Magne Sjaastad
parent
5c9bf502e7
commit
377df9ab3a
@@ -36,6 +36,7 @@
|
||||
#include "RimMainPlotCollection.h"
|
||||
#include "RimOilField.h"
|
||||
#include "RimPlot.h"
|
||||
#include "RimPlotWindow.h"
|
||||
#include "RimProject.h"
|
||||
#include "RimWellAllocationPlot.h"
|
||||
#include "RimWellLogCurve.h"
|
||||
@@ -286,6 +287,17 @@ std::vector<RimPlot*> RimDepthTrackPlot::visiblePlots() const
|
||||
return allVisiblePlots;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimDepthTrackPlot::columnCount() const
|
||||
{
|
||||
if ( depthOrientation() == DepthOrientation::VERTICAL )
|
||||
return RimPlotWindow::columnCount();
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user